RecurringTimeWindow constructor

RecurringTimeWindow({
  1. String? recurrence,
  2. TimeWindow? window,
})

Implementation

RecurringTimeWindow({this.recurrence, this.window});