CalendarEvent constructor
Implementation
const CalendarEvent({
required this.id,
required this.portalId,
this.start,
this.end,
required this.allDay,
this.title,
this.place,
this.content,
this.ownerName,
this.creatorName,
});
const CalendarEvent({
required this.id,
required this.portalId,
this.start,
this.end,
required this.allDay,
this.title,
this.place,
this.content,
this.ownerName,
this.creatorName,
});