menu
wf_im_client package
documentation
model/unread_count.dart
UnreadCount
UnreadCount.new constructor
UnreadCount.new constructor
dark_mode
light_mode
UnreadCount
constructor
UnreadCount
(
{
int
unread
=
0
,
int
unreadMention
=
0
,
int
unreadMentionAll
=
0
,
})
Implementation
UnreadCount( {this.unread = 0, this.unreadMention = 0, this.unreadMentionAll = 0});
wf_im_client package
documentation
model/unread_count
UnreadCount
UnreadCount.new constructor
UnreadCount class