UInt64Rules$json top-level constant

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

Implementation

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