NestedTestAllTypes$json top-level constant

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

Implementation

@$core.Deprecated('Use nestedTestAllTypesDescriptor instead')
const NestedTestAllTypes$json = const {
  '1': 'NestedTestAllTypes',
  '2': const [
    const {
      '1': 'child',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.proto3_arena_unittest.NestedTestAllTypes',
      '10': 'child'
    },
    const {
      '1': 'payload',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.proto3_arena_unittest.TestAllTypes',
      '10': 'payload'
    },
    const {
      '1': 'repeated_child',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.proto3_arena_unittest.NestedTestAllTypes',
      '10': 'repeatedChild'
    },
  ],
};