NotificationEntity constructor
NotificationEntity({})
Implementation
NotificationEntity({
this.timestamp,
required this.appId,
this.description,
this.read,
this.reporterId,
this.assigneeId,
this.status,
});