FeatureSet_Utf8Validation$json top-level constant

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

Implementation

@$core.Deprecated('Use featureSetDescriptor instead')
const FeatureSet_Utf8Validation$json = {
  '1': 'Utf8Validation',
  '2': [
    {'1': 'UTF8_VALIDATION_UNKNOWN', '2': 0},
    {'1': 'NONE', '2': 1},
    {'1': 'VERIFY', '2': 2},
  ],
};