PushNotificationPayload constructor
PushNotificationPayload({})
Creates a notification payload with the specified fields.
Implementation
PushNotificationPayload({
required this.titleMobile,
required this.createdAt,
required this.linkMobile,
this.data,
});