TestMessageWithCustomOptions$json top-level constant

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

Implementation

@$core.Deprecated('Use testMessageWithCustomOptionsDescriptor instead')
const TestMessageWithCustomOptions$json = const {
  '1': 'TestMessageWithCustomOptions',
  '2': const [
    const {
      '1': 'field1',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {'1': 1},
      '10': 'field1',
    },
    const {
      '1': 'oneof_field',
      '3': 2,
      '4': 1,
      '5': 5,
      '9': 0,
      '10': 'oneofField'
    },
  ],
  '4': const [TestMessageWithCustomOptions_AnEnum$json],
  '7': const {'1': false},
  '8': const [
    const {'1': 'AnOneof', '2': const {}},
  ],
};