mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-11 13:21:36 +08:00
5 lines
70 B
Dart
5 lines
70 B
Dart
abstract class EnumWithLabel {
|
|
String get label;
|
|
int get index;
|
|
}
|