InventoryDemandMap$json top-level constant

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

Implementation

@$core.Deprecated('Use inventoryDemandMapDescriptor instead')
const InventoryDemandMap$json = {
  '1': 'InventoryDemandMap',
  '2': [
    {'1': 'family_id', '3': 10, '4': 1, '5': 4, '10': 'familyId'},
    {
      '1': 'base_demand_list',
      '3': 20,
      '4': 3,
      '5': 11,
      '6': '.Scailo.InventoryDemand',
      '10': 'baseDemandList'
    },
    {
      '1': 'adjusted_demand_list',
      '3': 30,
      '4': 3,
      '5': 11,
      '6': '.Scailo.InventoryDemand',
      '10': 'adjustedDemandList'
    },
    {
      '1': 'base_demand_quantity',
      '3': 40,
      '4': 1,
      '5': 3,
      '10': 'baseDemandQuantity'
    },
    {
      '1': 'adjusted_demand_quantity',
      '3': 50,
      '4': 1,
      '5': 3,
      '10': 'adjustedDemandQuantity'
    },
    {
      '1': 'required_quantity',
      '3': 60,
      '4': 1,
      '5': 3,
      '10': 'requiredQuantity'
    },
    {'1': 'is_evaluated', '3': 70, '4': 1, '5': 8, '10': 'isEvaluated'},
  ],
};