ScheduledBackup constructor

ScheduledBackup({
  1. String? backupLocation,
  2. String? cronSchedule,
  3. bool? enabled,
  4. LatestBackup? latestBackup,
  5. String? nextScheduledTime,
  6. String? timeZone,
})

Implementation

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