BackupWindow constructor

BackupWindow({
  1. int? endHourOfDay,
  2. int? startHourOfDay,
})

Implementation

BackupWindow({
  this.endHourOfDay,
  this.startHourOfDay,
});