NotificationData constructor
const
NotificationData({
- required String title,
- required String body,
- required PushNotificationPayload payload,
- String? linkMobile,
Creates a notification data instance
Implementation
const NotificationData({
required this.title,
required this.body,
required this.payload,
this.linkMobile,
});