EnumRules$json top-level constant

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

Implementation

@$core.Deprecated('Use enumRulesDescriptor instead')
const EnumRules$json = {
  '1': 'EnumRules',
  '2': [
    {'1': 'const', '3': 1, '4': 1, '5': 5, '10': 'const'},
    {'1': 'defined_only', '3': 2, '4': 1, '5': 8, '10': 'definedOnly'},
    {'1': 'in', '3': 3, '4': 3, '5': 5, '10': 'in'},
    {'1': 'not_in', '3': 4, '4': 3, '5': 5, '10': 'notIn'},
  ],
};