connected property

bool get connected

Returns true if this connection can be used to interact with database

Implementation

bool get connected {
  return _connected;
}