Schedule constructor

Schedule({
  1. String? cronSchedule,
  2. bool? paused,
})

Implementation

Schedule({
  this.cronSchedule,
  this.paused,
});