TestChildExtension$json top-level constant

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

Implementation

@$core.Deprecated('Use testChildExtensionDescriptor instead')
const TestChildExtension$json = const {
  '1': 'TestChildExtension',
  '2': const [
    const {'1': 'a', '3': 1, '4': 1, '5': 9, '10': 'a'},
    const {'1': 'b', '3': 2, '4': 1, '5': 9, '10': 'b'},
    const {
      '1': 'optional_extension',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.protobuf_unittest.TestAllExtensions',
      '10': 'optionalExtension'
    },
  ],
};