UnreadCount constructor

UnreadCount({
  1. int? unread = 0,
  2. int? unreadMention = 0,
  3. int? unreadMentionAll = 0,
})

Implementation

UnreadCount(
    {this.unread = 0, this.unreadMention = 0, this.unreadMentionAll = 0});