Notification constructor
Implementation
Notification({
String? isNotification,
String? title,
String? message,
String? date,}){
_isNotification = isNotification;
_title = title;
_message = message;
_date = date;
}
Notification({
String? isNotification,
String? title,
String? message,
String? date,}){
_isNotification = isNotification;
_title = title;
_message = message;
_date = date;
}