Event constructor
- DateTime date,
- {EventLabel label: EventLabel.birthday,
- String customLabel: "",
- bool noYear: false}
Implementation
Event(this.date,
{this.label = EventLabel.birthday,
this.customLabel = "",
this.noYear = false});
Event(this.date,
{this.label = EventLabel.birthday,
this.customLabel = "",
this.noYear = false});