NotificationList.empty constructor
NotificationList.empty()
Implementation
factory NotificationList.empty() {
return NotificationList(notifications: List.empty(), unreadNotification: 0);
}
factory NotificationList.empty() {
return NotificationList(notifications: List.empty(), unreadNotification: 0);
}