TestVerifyUint32Simple$json top-level constant

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

Implementation

@$core.Deprecated('Use testVerifyUint32SimpleDescriptor instead')
const TestVerifyUint32Simple$json = const {
  '1': 'TestVerifyUint32Simple',
  '2': const [
    const {
      '1': 'optional_uint32_1',
      '3': 1,
      '4': 1,
      '5': 13,
      '10': 'optionalUint321'
    },
    const {
      '1': 'optional_uint32_2',
      '3': 2,
      '4': 1,
      '5': 13,
      '10': 'optionalUint322'
    },
    const {
      '1': 'optional_uint32_63',
      '3': 63,
      '4': 1,
      '5': 13,
      '10': 'optionalUint3263'
    },
    const {
      '1': 'optional_uint32_64',
      '3': 64,
      '4': 1,
      '5': 13,
      '10': 'optionalUint3264'
    },
  ],
};