isClosed property
bool
get
isClosed
Whether or not the connection is closed.
Implementation
bool get isClosed => _clientPeer.isClosed;
Whether or not the connection is closed.
bool get isClosed => _clientPeer.isClosed;