WeeklyMaintenanceWindow constructor

WeeklyMaintenanceWindow({
  1. String? day,
  2. String? duration,
  3. TimeOfDay? startTime,
})

Implementation

WeeklyMaintenanceWindow({
  this.day,
  this.duration,
  this.startTime,
});