CalendarRescheduleNotification constructor Null safety

CalendarRescheduleNotification(
  1. [void updates(
    1. CalendarRescheduleNotificationBuilder
    )]
)

Implementation

factory CalendarRescheduleNotification(
        [void Function(CalendarRescheduleNotificationBuilder) updates]) =
    _$CalendarRescheduleNotification;