Scheme$json top-level constant

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

Implementation

@$core.Deprecated('Use schemeDescriptor instead')
const Scheme$json = const {
  '1': 'Scheme',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'HTTP', '2': 1},
    const {'1': 'HTTPS', '2': 2},
    const {'1': 'WS', '2': 3},
    const {'1': 'WSS', '2': 4},
  ],
};