NotificationSeen constructor

NotificationSeen({
  1. int? unseenCount,
  2. List<NotificationModel>? notifications,
})

Implementation

NotificationSeen({
  this.unseenCount,
  this.notifications,
});