SchedulerEventSchedule constructor

SchedulerEventSchedule({
  1. String? timezone,
  2. int? startTime,
  3. SchedulerRepeat? repeat,
})

Implementation

SchedulerEventSchedule({this.timezone, this.startTime, this.repeat});