RecurringTimeWindow constructor
RecurringTimeWindow({
- String? recurrence,
- TimeWindow? window,
Implementation
RecurringTimeWindow({
this.recurrence,
this.window,
});