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': 'periodic', '3': 1, '4': 3, '5': 11, '6': '.claidservice.SchedulePeriodic', '10': 'periodic'},
    {'1': 'timed', '3': 2, '4': 3, '5': 11, '6': '.claidservice.ScheduleExactTime', '10': 'timed'},
  ],
};