NotificationCalendarEntry constructor Null safety

NotificationCalendarEntry(
  1. [void updates(
    1. NotificationCalendarEntryBuilder
    )]
)

Implementation

factory NotificationCalendarEntry(
        [void Function(NotificationCalendarEntryBuilder) updates]) =
    _$NotificationCalendarEntry;