Files
rasadyar_application/packages/chicken/lib/presentation/utils/nested_keys_utils.dart

19 lines
411 B
Dart
Raw Normal View History

2025-09-13 16:18:30 +03:30
//region Steward Keys
const int stewardFirstKey = 100;
const int stewardSecondKey = 101;
const int stewardThirdKey = 102;
const int stewardFourthKey = 103;
const int stewardFifthKey = 104;
//endregion
//region poultry Keys
const int poultryFirstKey = 105;
const int poultrySecondKey = 106;
const int poultryThirdKey = 107;
//endregion
2025-11-26 16:23:18 +03:30
//region kill house Keys
const int killHouseActionKey = 108;
2025-11-26 16:23:18 +03:30
//endregion