ScheduleOptions constructor

ScheduleOptions({
  1. bool? disableAutoScheduling,
  2. String? endTime,
  3. String? startTime,
})

Implementation

ScheduleOptions({this.disableAutoScheduling, this.endTime, this.startTime});