Codec$json top-level constant

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

Implementation

@$core.Deprecated('Use codecDescriptor instead')
const Codec$json = {
  '1': 'Codec',
  '2': [
    {'1': 'CODEC_UNSPECIFIED', '2': 0},
    {'1': 'CODEC_BYTES', '2': 1},
    {'1': 'CODEC_FILE', '2': 2},
    {'1': 'CODEC_JSON', '2': 3},
    {'1': 'CODEC_PROTO', '2': 4},
  ],
};