MapRules$json top-level constant

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

Implementation

@$core.Deprecated('Use mapRulesDescriptor instead')
const MapRules$json = {
  '1': 'MapRules',
  '2': [
    {'1': 'min_pairs', '3': 1, '4': 1, '5': 4, '10': 'minPairs'},
    {'1': 'max_pairs', '3': 2, '4': 1, '5': 4, '10': 'maxPairs'},
    {'1': 'no_sparse', '3': 3, '4': 1, '5': 8, '10': 'noSparse'},
    {'1': 'keys', '3': 4, '4': 1, '5': 11, '6': '.validate.FieldRules', '10': 'keys'},
    {'1': 'values', '3': 5, '4': 1, '5': 11, '6': '.validate.FieldRules', '10': 'values'},
  ],
};