MaintenanceSchedule constructor

MaintenanceSchedule({
  1. String? endTime,
  2. String? scheduleDeadlineTime,
  3. String? startTime,
})

Implementation

MaintenanceSchedule({
  this.endTime,
  this.scheduleDeadlineTime,
  this.startTime,
});