calendarEntry property Null safety

NotificationCalendarEntryBuilder calendarEntry

Implementation

NotificationCalendarEntryBuilder get calendarEntry =>
    _$this._calendarEntry ??= new NotificationCalendarEntryBuilder();
void calendarEntry=(covariant NotificationCalendarEntryBuilder? calendarEntry)
covariant

Implementation

set calendarEntry(
        covariant NotificationCalendarEntryBuilder? calendarEntry) =>
    _$this._calendarEntry = calendarEntry;