Endpoint$json top-level constant

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

Implementation

@$core.Deprecated('Use endpointDescriptor instead')
const Endpoint$json = {
  '1': 'Endpoint',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'aliases', '3': 2, '4': 3, '5': 9, '10': 'aliases'},
    {'1': 'features', '3': 4, '4': 3, '5': 9, '10': 'features'},
    {'1': 'target', '3': 101, '4': 1, '5': 9, '10': 'target'},
    {'1': 'allow_cors', '3': 5, '4': 1, '5': 8, '10': 'allowCors'},
  ],
};