DeliveryBatchDetails$json top-level constant

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

Implementation

@$core.Deprecated('Use deliveryBatchDetailsDescriptor instead')
const DeliveryBatchDetails$json = {
  '1': 'DeliveryBatchDetails',
  '2': [
    {
      '1': 'Batch',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.DeliveryBatch',
      '10': 'Batch'
    },
    {
      '1': 'Deliveries',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.DeliveryBatchEntry',
      '10': 'Deliveries'
    },
  ],
};