NestedTestInt$json top-level constant

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

Implementation

@$core.Deprecated('Use nestedTestIntDescriptor instead')
const NestedTestInt$json = const {
  '1': 'NestedTestInt',
  '2': const [
    const {'1': 'a', '3': 1, '4': 1, '5': 7, '10': 'a'},
    const {'1': 'b', '3': 3, '4': 1, '5': 5, '10': 'b'},
    const {'1': 'child', '3': 2, '4': 1, '5': 11, '6': '.protobuf_unittest.NestedTestInt', '10': 'child'},
  ],
};