DaySchedule constructor

DaySchedule(
  1. {int? from,
  2. int? to,
  3. bool? dnd}
)

Implementation

DaySchedule({this.from, this.to, this.dnd});