NewSupporterLinkedNotification constructor Null safety

NewSupporterLinkedNotification(
  1. [void updates(
    1. NewSupporterLinkedNotificationBuilder
    )]
)

Implementation

factory NewSupporterLinkedNotification(
        [void Function(NewSupporterLinkedNotificationBuilder) updates]) =
    _$NewSupporterLinkedNotification;