connected property
bool
get
connected
Returns true if this connection can be used to interact with database
Implementation
bool get connected {
return _connected;
}
Returns true if this connection can be used to interact with database
bool get connected {
return _connected;
}