13 lines
191 B
Dart
13 lines
191 B
Dart
|
|
/// Created by Haoyi on 2022/8/30
|
||
|
|
|
||
|
|
class GuruSpecCreator {
|
||
|
|
const GuruSpecCreator._();
|
||
|
|
}
|
||
|
|
|
||
|
|
class IntelligentKeys {
|
||
|
|
const IntelligentKeys();
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
const guruSpecCreator = GuruSpecCreator._();
|