IRecurrenceRule constructor
IRecurrenceRule({
- required IRecurrenceFrequency frequency,
- DateTime? untilDate,
- int count = 0,
- int interval = 0,
- int weekday = 0,
Implementation
IRecurrenceRule({
required this.frequency,
this.untilDate,
this.count = 0,
this.interval = 0,
this.weekday = 0,
});