ServicePointQuery_ServicePointOrder$json top-level constant

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

Implementation

@$core.Deprecated('Use servicePointQueryDescriptor instead')
const ServicePointQuery_ServicePointOrder$json = {
  '1': 'ServicePointOrder',
  '2': [
    {'1': 'Unknown', '2': 0},
    {'1': 'Price', '2': 1},
    {'1': 'Distance', '2': 2},
  ],
};