unread property

int unread

未读消息数量

Implementation

int get unread => _usership?.unread ?? _teamship?.unread ?? 0;