calendarEntry property Null safety
Implementation
NotificationCalendarEntryBuilder get calendarEntry =>
_$this._calendarEntry ??= new NotificationCalendarEntryBuilder();
covariant
Implementation
set calendarEntry(
covariant NotificationCalendarEntryBuilder? calendarEntry) =>
_$this._calendarEntry = calendarEntry;