isClosed property
bool
get
isClosed
Checks if the connection is closed
Implementation
bool get isClosed => _adapter.isClosed;
Checks if the connection is closed
bool get isClosed => _adapter.isClosed;