Schedule$json top-level constant

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

Implementation

@$core.Deprecated('Use scheduleDescriptor instead')
const Schedule$json = {
  '1': 'Schedule',
  '2': [
    {'1': 'min', '3': 1, '4': 1, '5': 4, '10': 'min'},
    {'1': 'max', '3': 2, '4': 1, '5': 4, '10': 'max'},
    {'1': 'timestamp', '3': 3, '4': 1, '5': 4, '10': 'timestamp'},
  ],
};