NotificationSeen constructor
NotificationSeen({
- int? unseenCount,
- List<
NotificationModel> ? notifications,
Implementation
NotificationSeen({
this.unseenCount,
this.notifications,
});