Uri$json top-level constant

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

Implementation

@$core.Deprecated('Use uriDescriptor instead')
const Uri$json = const {
  '1': 'Uri',
  '2': const [
    const {'1': 'protocol', '3': 1, '4': 1, '5': 11, '6': '.spine.net.Uri.Protocol', '10': 'protocol'},
    const {'1': 'auth', '3': 2, '4': 1, '5': 11, '6': '.spine.net.Uri.Authorization', '8': const {}, '10': 'auth'},
    const {'1': 'host', '3': 3, '4': 1, '5': 9, '10': 'host'},
    const {'1': 'port', '3': 4, '4': 1, '5': 9, '10': 'port'},
    const {'1': 'path', '3': 5, '4': 1, '5': 9, '10': 'path'},
    const {'1': 'query', '3': 6, '4': 3, '5': 11, '6': '.spine.net.Uri.QueryParameter', '10': 'query'},
    const {'1': 'fragment', '3': 7, '4': 1, '5': 9, '10': 'fragment'},
  ],
  '3': const [Uri_Protocol$json, Uri_Authorization$json, Uri_QueryParameter$json],
  '4': const [Uri_Schema$json],
};