SqlScheduledMaintenance constructor

SqlScheduledMaintenance({
  1. bool? canDefer,
  2. bool? canReschedule,
  3. String? scheduleDeadlineTime,
  4. String? startTime,
})

Implementation

SqlScheduledMaintenance({
  this.canDefer,
  this.canReschedule,
  this.scheduleDeadlineTime,
  this.startTime,
});