NotificationPayload constructor

NotificationPayload([
  1. void updates(
    1. NotificationPayloadBuilder b
    )?
])

Implementation

factory NotificationPayload([void Function(NotificationPayloadBuilder b)? updates]) =
    _$NotificationPayload;