RecurrenceByDay constructor

const RecurrenceByDay(
  1. RecurrenceWeekday weekday, {
  2. int? occurrence,
})

Implementation

const RecurrenceByDay(
  this.weekday, {
  this.occurrence,
});