NotificationModel constructor
- {required NotificationCategory category,
- required String text,
- required DateTime time}
Implementation
NotificationModel(
{required this.category, required this.text, required this.time});
NotificationModel(
{required this.category, required this.text, required this.time});