ScheduledBackup constructor
ScheduledBackup({})
Implementation
ScheduledBackup({
this.backupLocation,
this.cronSchedule,
this.enabled,
this.latestBackup,
this.nextScheduledTime,
this.timeZone,
});
ScheduledBackup({
this.backupLocation,
this.cronSchedule,
this.enabled,
this.latestBackup,
this.nextScheduledTime,
this.timeZone,
});