V2MessageLite$json top-level constant

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

Implementation

@$core.Deprecated('Use v2MessageLiteDescriptor instead')
const V2MessageLite$json = const {
  '1': 'V2MessageLite',
  '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.V2EnumLite', '7': 'V2_FIRST', '10': 'enumField'},
  ],
};