isConnected property

bool get isConnected

Is current connection open

Implementation

bool get isConnected {
  return _connectionService.isConnected;
}