AbridgedProductionPlanItem$json top-level constant

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

Implementation

@$core.Deprecated('Use abridgedProductionPlanItemDescriptor instead')
const AbridgedProductionPlanItem$json = {
  '1': 'AbridgedProductionPlanItem',
  '2': [
    {
      '1': 'production_plan_id',
      '3': 10,
      '4': 1,
      '5': 4,
      '10': 'productionPlanId'
    },
    {'1': 'family_id', '3': 20, '4': 1, '5': 4, '10': 'familyId'},
    {'1': 'quantity', '3': 30, '4': 1, '5': 3, '10': 'quantity'},
  ],
};