NotificationMessage constructor
NotificationMessage({})
Implementation
NotificationMessage({
required this.id,
required this.alert,
this.sound,
this.soundName,
this.title,
this.subtitle,
required this.type,
required this.trigger,
this.url,
this.mediaUrl,
this.mediaAltText,
this.customKeys,
this.custom,
this.payload,
});