isConnected property

bool isConnected

Is current connection open

Implementation

bool get isConnected {
  return _connectionService.isConnected;
}