NotificationList constructor
NotificationList({
- required List<
Notification> notifications, - required int unreadNotification,
- Pagination? pagination,
Implementation
NotificationList({
required this.notifications,
required this.unreadNotification,
this.pagination,
});