6 lines
202 B
Dart
6 lines
202 B
Dart
|
class DictTypeEnum {
|
||
|
static const String InventoryRoom = "inventory_room";
|
||
|
static const String InventoryLine = 'inventory_line';
|
||
|
static const String InventoryLineLevel = 'inventory_line_level';
|
||
|
}
|