4 lines
72 B
Dart
4 lines
72 B
Dart
class AllowType {
|
|
static const black = 0;
|
|
static const friend = 1;
|
|
} |