TimeWindows constructor
TimeWindows({
- List<
OneTimeWindow> ? oneTimeWindows, - String? timeZone,
- List<
WeeklyWindow> ? weeklyWindows,
Implementation
TimeWindows({
this.oneTimeWindows,
this.timeZone,
this.weeklyWindows,
});