PushNotificationPayload constructor
PushNotificationPayload({})
Push notification payload
Implementation
PushNotificationPayload({
required this.titleMobile,
required this.createdAt,
required this.linkMobile,
this.data,
});