NotificationPayload constructor
NotificationPayload({
- String? title,
- String? body,
- String? cta,
- String? embed,
- NotificationPayloadMeta? meta,
Implementation
NotificationPayload({
this.title,
this.body,
this.cta,
this.embed,
this.meta,
});