NotificationPayload constructor
const
NotificationPayload({})
Implementation
const NotificationPayload({
this.title,
this.body,
this.imageUrl,
this.route,
this.data = const {},
this.actions = const [],
this.id,
this.channelId,
this.category,
this.sound,
this.badge,
this.ttl,
this.priority,
});