mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
committed by
GitHub
parent
acb3784071
commit
218e829fd4
4
lib/models/common/enum_with_label.dart
Normal file
4
lib/models/common/enum_with_label.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
abstract class EnumWithLabel {
|
||||
String get label;
|
||||
int get index;
|
||||
}
|
||||
Reference in New Issue
Block a user