isClosed property

bool get isClosed

Whether or not the connection is closed.

Implementation

bool get isClosed => _clientPeer.isClosed;