top property

bool top

是否置顶聊天

Implementation

bool get top => _usership?.top ?? _teamship?.top ?? false;