TestOneof$json top-level constant

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

Implementation

@$core.Deprecated('Use testOneofDescriptor instead')
const TestOneof$json = const {
  '1': 'TestOneof',
  '2': const [
    const {'1': 'foo_int', '3': 1, '4': 1, '5': 5, '9': 0, '10': 'fooInt'},
    const {
      '1': 'foo_string',
      '3': 2,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'fooString'
    },
    const {
      '1': 'foo_message',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.TestAllTypes',
      '9': 0,
      '10': 'fooMessage'
    },
    const {
      '1': 'foogroup',
      '3': 4,
      '4': 1,
      '5': 10,
      '6': '.protobuf_unittest.TestOneof.FooGroup',
      '9': 0,
      '10': 'foogroup'
    },
  ],
  '3': const [TestOneof_FooGroup$json],
  '8': const [
    const {'1': 'foo'},
  ],
};