PlexCalendarEvent constructor
const
PlexCalendarEvent({})
Implementation
const PlexCalendarEvent({
required this.id,
required this.start,
required this.title,
this.end,
this.color,
this.recurrence,
this.occurrenceOf,
});