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

68 lines
1.2 KiB
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;
const int killHouseWarehouseAndDistributionBuyKey = 109;
const int killHouseWarehouseAndDistributionSaleKey = 110;
2025-11-26 16:23:18 +03:30
//endregion
//region poultry science Keys
const int poultryScienceActionKey = 109;
//endregion
//region province operator Keys
const int provinceOperatorActionKey = 110;
//endregion
//region province inspector Keys
const int provinceInspectorActionKey = 111;
//endregion
//region city jahad Keys
const int cityJahadActionKey = 112;
//endregion
//region city poultry Keys
const int cityPoultryActionKey = 117;
//endregion
//region vet farm Keys
const int vetFarmActionKey = 113;
//endregion
//region super admin Keys
const int superAdminActionKey = 114;
//endregion
//region province supervisor Keys
const int provinceSupervisorActionKey = 115;
//endregion
//region jahad Keys
const int jahadActionKey = 116;
2025-11-26 16:23:18 +03:30
//endregion