GetModifierGroupResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getModifierGroupResponseDescriptor instead')
const GetModifierGroupResponse$json = {
  '1': 'GetModifierGroupResponse',
  '2': [
    {'1': 'modifier_group_id', '3': 1, '4': 1, '5': 9, '10': 'modifierGroupId'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'forced', '3': 3, '4': 1, '5': 8, '10': 'forced'},
    {'1': 'multi_select', '3': 4, '4': 1, '5': 8, '10': 'multiSelect'},
    {'1': 'modifiers', '3': 5, '4': 3, '5': 11, '6': '.menu.v1.Modifier', '10': 'modifiers'},
  ],
};