CppFeatures$json top-level constant

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

Implementation

@$core.Deprecated('Use cppFeaturesDescriptor instead')
const CppFeatures$json = {
  '1': 'CppFeatures',
  '2': [
    {
      '1': 'legacy_closed_enum',
      '3': 1,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyClosedEnum'
    },
    {
      '1': 'string_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.pb.CppFeatures.StringType',
      '8': {},
      '10': 'stringType'
    },
    {
      '1': 'enum_name_uses_string_view',
      '3': 3,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'enumNameUsesStringView'
    },
  ],
  '4': [CppFeatures_StringType$json],
};