Notification constructor

Notification([
  1. void updates(
    1. NotificationBuilder b
    )
])

Implementation

factory Notification([void updates(NotificationBuilder b)]) = _$Notification;