mobile_skt/lib/constants/dict_enum.dart

7 lines
247 B
Dart
Raw Permalink Normal View History

2024-10-16 09:48:17 +08:00
//ignore_for_file: constant_identifier_names
class DictTypeEnum {
static const String InventoryRoom = "inventory_room";
static const String InventoryLine = 'inventory_line';
static const String InventoryLineLevel = 'inventory_line_level';
}