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