BackendRule$json top-level constant

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

Implementation

@$core.Deprecated('Use backendRuleDescriptor instead')
const BackendRule$json = {
  '1': 'BackendRule',
  '2': [
    {'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'},
    {'1': 'address', '3': 2, '4': 1, '5': 9, '10': 'address'},
    {'1': 'deadline', '3': 3, '4': 1, '5': 1, '10': 'deadline'},
    {'1': 'min_deadline', '3': 4, '4': 1, '5': 1, '10': 'minDeadline'},
  ],
};