RecurrencePattern constructor
RecurrencePattern({})
Creates a new RecurrencePattern instance.
Implementation
RecurrencePattern({
this.type,
this.interval,
this.month,
this.dayOfMonth,
this.daysOfWeek,
this.firstDayOfWeek,
this.index,
});