isConnect method

bool isConnect()

是否连接

Implementation

bool isConnect() {
  return (_xximCore?.isConnect() ?? false) && _isCxnParams == true;
}