ExclusionWindow constructor

ExclusionWindow({
  1. bool? daily,
  2. DayOfWeekList? daysOfWeek,
  3. String? duration,
  4. Date? singleOccurrenceDate,
  5. TimeOfDay? startTime,
})

Implementation

ExclusionWindow({
  this.daily,
  this.daysOfWeek,
  this.duration,
  this.singleOccurrenceDate,
  this.startTime,
});