FeatureSet_EnumType$json top-level constant

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

Implementation

@$core.Deprecated('Use featureSetDescriptor instead')
const FeatureSet_EnumType$json = {
  '1': 'EnumType',
  '2': [
    {'1': 'ENUM_TYPE_UNKNOWN', '2': 0},
    {'1': 'OPEN', '2': 1},
    {'1': 'CLOSED', '2': 2},
  ],
};