NotificationModel constructor
NotificationModel({})
Implementation
NotificationModel({
this.id = '',
required this.title,
required this.message,
required this.userId,
this.isRead = false,
this.priority = NotificationPriority.medium,
this.createdAt,
});