isActive property

bool get isActive
inherited

Whether the connection with the peer is active.

Implementation

bool get isActive => !_peer.isClosed;