MonthlySchedule constructor

MonthlySchedule({
  1. String? daysOfMonth,
  2. double? hour,
  3. double? minute,
  4. double? snapshotsToKeep,
})

Implementation

MonthlySchedule({
  this.daysOfMonth,
  this.hour,
  this.minute,
  this.snapshotsToKeep,
});