ExclusionWindow constructor
      
      ExclusionWindow({ 
    
    
- bool? daily,
- DayOfWeekList? daysOfWeek,
- String? duration,
- Date? singleOccurrenceDate,
- TimeOfDay? startTime,
Implementation
ExclusionWindow({
  this.daily,
  this.daysOfWeek,
  this.duration,
  this.singleOccurrenceDate,
  this.startTime,
});