Uri_Schema$json top-level constant

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

Implementation

@$core.Deprecated('Use uriDescriptor instead')
const Uri_Schema$json = const {
  '1': 'Schema',
  '2': const [
    const {'1': 'UNDEFINED', '2': 0},
    const {'1': 'HTTP', '2': 1},
    const {'1': 'HTTPS', '2': 2},
    const {'1': 'FTP', '2': 3},
    const {'1': 'MAILTO', '2': 4},
    const {'1': 'FILE', '2': 5},
    const {'1': 'DATA', '2': 6},
    const {'1': 'IRC', '2': 7},
    const {'1': 'RTP', '2': 8},
  ],
};