CalendarEvent.init constructor
CalendarEvent.init()
Implementation
CalendarEvent.init()
: id = DateTime.now().toString(),
start = null,
end = null,
name = '',
description = '';
CalendarEvent.init()
: id = DateTime.now().toString(),
start = null,
end = null,
name = '',
description = '';