mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
7 lines
163 B
Dart
7 lines
163 B
Dart
library;
|
|
|
|
/// Отмечает класс как injectable для автоматической регистрации.
|
|
class Injectable {
|
|
const Injectable();
|
|
}
|