BackupDrInfo constructor
BackupDrInfo({
- BackupDrEnabledWindow? currentWindow,
- List<
BackupDrEnabledWindow> ? previousWindows,
Implementation
BackupDrInfo({this.currentWindow, this.previousWindows});