EventRepeat constructor
const
EventRepeat({})
Implementation
const EventRepeat({
required this.type,
this.interval = 1,
this.weekdays,
this.dayOfMonth,
this.endDate,
this.occurrences,
});
const EventRepeat({
required this.type,
this.interval = 1,
this.weekdays,
this.dayOfMonth,
this.endDate,
this.occurrences,
});