UnreadNotificationCounts constructor

UnreadNotificationCounts({
  1. int? notificationCount,
  2. int? highlightCount,
})

Implementation

UnreadNotificationCounts({this.notificationCount, this.highlightCount});