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