CalendarEntry constructor Null safety

CalendarEntry(
  1. [void updates(
    1. CalendarEntryBuilder
    )?]
)

Implementation

factory CalendarEntry([void Function(CalendarEntryBuilder)? updates]) =
    _$CalendarEntry;