WeeklyTimeInterval constructor

WeeklyTimeInterval({
  1. String? endDay,
  2. TimeOfDay? endTime,
  3. String? startDay,
  4. TimeOfDay? startTime,
})

Implementation

WeeklyTimeInterval({
  this.endDay,
  this.endTime,
  this.startDay,
  this.startTime,
});