Notifications constructor
Notifications({})
Implementation
Notifications({
this.notificationId,
this.notificationType,
this.isRead,
this.notificationDate,
this.notificationTitle,
this.notificationImage,
});