closed property

bool get closed

Whether this SocketConnector is closed or not

Implementation

bool get closed => _closedCompleter.isCompleted;