TestChildExtensionData$json top-level constant

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

Implementation

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