DualQuantitiesResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use dualQuantitiesResponseDescriptor instead')
const DualQuantitiesResponse$json = {
  '1': 'DualQuantitiesResponse',
  '2': [
    {'1': 'primary_quantity', '3': 1, '4': 1, '5': 4, '10': 'primaryQuantity'},
    {
      '1': 'secondary_quantity',
      '3': 2,
      '4': 1,
      '5': 4,
      '10': 'secondaryQuantity'
    },
  ],
};