CronSpec$json top-level constant

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

Implementation

@$core.Deprecated('Use cronSpecDescriptor instead')
const CronSpec$json = const {
  '1': 'CronSpec',
  '2': const [
    const {'1': 'cron_string', '3': 1, '4': 1, '5': 9, '10': 'cronString'},
    const {
      '1': 'schedules',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.toit.model.CronSchedule',
      '10': 'schedules'
    },
  ],
};