V1MessageLite$json top-level constant

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

Implementation

@$core.Deprecated('Use v1MessageLiteDescriptor instead')
const V1MessageLite$json = const {
  '1': 'V1MessageLite',
  '2': const [
    const {'1': 'int_field', '3': 1, '4': 2, '5': 5, '10': 'intField'},
    const {'1': 'enum_field', '3': 2, '4': 1, '5': 14, '6': '.protobuf_unittest.V1EnumLite', '7': 'V1_FIRST', '10': 'enumField'},
  ],
};