NotificationMessage constructor

NotificationMessage({
  1. required NotificationContent notification,
  2. NotificationPayload? payload,
})

Implementation

NotificationMessage({
  required this.notification,
  this.payload,
});