BackupScheduleSpec constructor

BackupScheduleSpec({
  1. CrontabSpec? cronSpec,
})

Implementation

BackupScheduleSpec({
  this.cronSpec,
});