SInt32Rules$json top-level constant

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

Implementation

@$core.Deprecated('Use sInt32RulesDescriptor instead')
const SInt32Rules$json = {
  '1': 'SInt32Rules',
  '2': [
    {'1': 'const', '3': 1, '4': 1, '5': 17, '10': 'const'},
    {'1': 'lt', '3': 2, '4': 1, '5': 17, '10': 'lt'},
    {'1': 'lte', '3': 3, '4': 1, '5': 17, '10': 'lte'},
    {'1': 'gt', '3': 4, '4': 1, '5': 17, '10': 'gt'},
    {'1': 'gte', '3': 5, '4': 1, '5': 17, '10': 'gte'},
    {'1': 'in', '3': 6, '4': 3, '5': 17, '10': 'in'},
    {'1': 'not_in', '3': 7, '4': 3, '5': 17, '10': 'notIn'},
  ],
};