DeliveryObjectQuery_ObjectOrdering$json top-level constant

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

Implementation

@$core.Deprecated('Use deliveryObjectQueryDescriptor instead')
const DeliveryObjectQuery_ObjectOrdering$json = {
  '1': 'ObjectOrdering',
  '2': [
    {'1': 'None', '2': 0},
    {'1': 'Created', '2': 1},
    {'1': 'Status', '2': 2},
    {'1': 'LocationName', '2': 3},
    {'1': 'LocationOrder', '2': 4},
  ],
};