TestNestedChildExtension$json top-level constant

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

Implementation

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