MaintenanceWindow constructor
MaintenanceWindow({
- String? day,
- GoogleTypeTimeOfDay? startTime,
Implementation
MaintenanceWindow({
this.day,
this.startTime,
});