BackupDrInfo constructor

BackupDrInfo({
  1. BackupDrEnabledWindow? currentWindow,
  2. List<BackupDrEnabledWindow>? previousWindows,
})

Implementation

BackupDrInfo({this.currentWindow, this.previousWindows});