dialog property

bool dialog

是否处于对话状态

Implementation

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