GetModifierRequest$json top-level constant

  1. @Deprecated('Use getModifierRequestDescriptor instead')
Map<String, Object> const GetModifierRequest$json

Implementation

@$core.Deprecated('Use getModifierRequestDescriptor instead')
const GetModifierRequest$json = {
  '1': 'GetModifierRequest',
  '2': [
    {'1': 'restaurant_id', '3': 1, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'modifier_group_id', '3': 2, '4': 1, '5': 9, '10': 'modifierGroupId'},
    {'1': 'modifier_id', '3': 3, '4': 1, '5': 9, '10': 'modifierId'},
  ],
};