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