ProtocolVersion$json top-level constant

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

Implementation

@$core.Deprecated('Use protocolVersionDescriptor instead')
const ProtocolVersion$json = {
  '1': 'ProtocolVersion',
  '2': [
    {'1': 'firstDigit', '3': 1, '4': 1, '5': 13, '8': {}, '10': 'firstDigit'},
    {'1': 'secondDigit', '3': 2, '4': 1, '5': 13, '8': {}, '10': 'secondDigit'},
    {'1': 'thirdDigit', '3': 3, '4': 1, '5': 13, '8': {}, '10': 'thirdDigit'},
  ],
};