Schedule constructor
Schedule({
- Constraints? constraints,
- Interval? editWindow,
- String? lastEditor,
- String? startTime,
- List<
TimeWindow> ? weeklyWindows,
Implementation
Schedule({
this.constraints,
this.editWindow,
this.lastEditor,
this.startTime,
this.weeklyWindows,
});