TimeWindows constructor

TimeWindows({
  1. List<OneTimeWindow>? oneTimeWindows,
  2. String? timeZone,
  3. List<WeeklyWindow>? weeklyWindows,
})

Implementation

TimeWindows({
  this.oneTimeWindows,
  this.timeZone,
  this.weeklyWindows,
});