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

14 lines
336 B
Dart

//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