ModelAddEvent constructor
ModelAddEvent({})
Implementation
ModelAddEvent({
this.eventTitle,
this.eventLocation,
this.eventDescription,
required this.beginTime,
required this.endTime,
required this.reminderInMinutes,
});