Notifications constructor
Notifications({})
Implementation
Notifications({
required this.user,
required this.text,
required this.date,
required this.category,
required this.categorydetail,
required this.categorydetailID,
required this.enableButtons,
});