Files
PiliPlus/lib/models/common/enum_with_label.dart
My-Responsitories 218e829fd4 opt: bar set (#862)
* opt: bar set

* opt: navbar

* fix: type
2025-05-20 18:14:08 +00:00

5 lines
70 B
Dart

abstract class EnumWithLabel {
String get label;
int get index;
}