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': '.protobuf_unittest.NestedTestAllTypes', '10': 'child'},
    const {'1': 'payload', '3': 2, '4': 1, '5': 11, '6': '.protobuf_unittest.TestAllTypes', '10': 'payload'},
    const {'1': 'repeated_child', '3': 3, '4': 3, '5': 11, '6': '.protobuf_unittest.NestedTestAllTypes', '10': 'repeatedChild'},
    const {
      '1': 'lazy_child',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.NestedTestAllTypes',
      '8': const {'5': true},
      '10': 'lazyChild',
    },
    const {
      '1': 'eager_child',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.TestAllTypes',
      '8': const {'5': false},
      '10': 'eagerChild',
    },
  ],
};