PushNotification constructor

PushNotification([
  1. void updates(
    1. PushNotificationBuilder b
    )
])

Implementation

factory PushNotification([void updates(PushNotificationBuilder b)]) = _$PushNotification;