TestDeprecatedLite$json top-level constant

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

Implementation

@$core.Deprecated('Use testDeprecatedLiteDescriptor instead')
const TestDeprecatedLite$json = const {
  '1': 'TestDeprecatedLite',
  '2': const [
    const {
      '1': 'deprecated_field',
      '3': 1,
      '4': 1,
      '5': 5,
      '8': const {'3': true},
      '10': 'deprecatedField',
    },
    const {
      '1': 'deprecated_field2',
      '3': 2,
      '4': 2,
      '5': 5,
      '8': const {'3': true},
      '10': 'deprecatedField2',
    },
    const {
      '1': 'deprecated_field3',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {'3': true},
      '10': 'deprecatedField3',
    },
    const {
      '1': 'deprecated_field4',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.TestDeprecatedLite',
      '8': const {'3': true},
      '10': 'deprecatedField4',
    },
  ],
};