NotificationMessage constructor
NotificationMessage({
- required NotificationContent notification,
- NotificationPayload? payload,
Implementation
NotificationMessage({
required this.notification,
this.payload,
});