OrderDetails$json top-level constant

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

Implementation

@$core.Deprecated('Use orderDetailsDescriptor instead')
const OrderDetails$json = {
  '1': 'OrderDetails',
  '2': [
    {'1': 'Order', '3': 1, '4': 1, '5': 11, '6': '.Order', '10': 'Order'},
    {
      '1': 'Status',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.OrderStatus',
      '10': 'Status'
    },
    {'1': 'CurrentStatusId', '3': 3, '4': 1, '5': 9, '10': 'CurrentStatusId'},
  ],
};