CustomNotification constructor

CustomNotification([
  1. void updates(
    1. CustomNotificationBuilder b
    )
])

Implementation

factory CustomNotification([void updates(CustomNotificationBuilder b)]) = _$CustomNotification;