NotificationModel constructor
Implementation
NotificationModel({
this.id,
this.userId,
this.type,
required this.name,
this.url,
this.checkedDate,
this.createdAt,
required this.updatedAt,
required this.notificationMessages,
});
NotificationModel({
this.id,
this.userId,
this.type,
required this.name,
this.url,
this.checkedDate,
this.createdAt,
required this.updatedAt,
required this.notificationMessages,
});