NotificationMessage constructor
NotificationMessage({})
Creates a NotificationMessage.
Implementation
NotificationMessage(
{required this.id,
required this.title,
required this.body,
this.payload,
this.actions});