mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 23:56:13 +08:00
5 lines
70 B
Dart
5 lines
70 B
Dart
abstract class EnumWithLabel {
|
|
String get label;
|
|
int get index;
|
|
}
|