InternalCalendarEvent constructor
InternalCalendarEvent({})
Creates a new instance of InternalCalendarEvent.
Implementation
InternalCalendarEvent({
required this.startDate,
required this.endDate,
required this.title,
required this.background,
this.iconUrl,
required this.textColor,
required this.id,
});