NiceSchedulerEvent constructor
Implementation
const NiceSchedulerEvent({
required this.id,
required this.title,
required this.start,
required this.end,
this.color,
this.allDay = false,
this.resourceId,
this.description,
});
const NiceSchedulerEvent({
required this.id,
required this.title,
required this.start,
required this.end,
this.color,
this.allDay = false,
this.resourceId,
this.description,
});