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 = {
  '1': 'TestOneof',
  '2': [
    {'1': 'foo_int', '3': 1, '4': 1, '5': 5, '9': 0, '10': 'fooInt'},
    {'1': 'foo_string', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'fooString'},
    {
      '1': 'foo_message',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.TestAllTypes',
      '9': 0,
      '10': 'fooMessage'
    },
    {
      '1': 'foogroup',
      '3': 4,
      '4': 1,
      '5': 10,
      '6': '.protobuf_unittest.TestOneof.FooGroup',
      '9': 0,
      '10': 'foogroup'
    },
  ],
  '3': [TestOneof_FooGroup$json],
  '8': [
    {'1': 'foo'},
  ],
};