FeatureSet_JsonFormat$json top-level constant

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

Implementation

@$core.Deprecated('Use featureSetDescriptor instead')
const FeatureSet_JsonFormat$json = {
  '1': 'JsonFormat',
  '2': [
    {'1': 'JSON_FORMAT_UNKNOWN', '2': 0},
    {'1': 'ALLOW', '2': 1},
    {'1': 'LEGACY_BEST_EFFORT', '2': 2},
  ],
};