Notification constructor
Notification({})
Implementation
Notification({
required this.id,
required this.isRead,
required this.title,
required this.message,
required this.link,
required this.sender,
required this.createdAt,
required this.updatedAt,
this.imageUrl,
});