isConnecting property

bool get isConnecting

Implementation

bool get isConnecting => _currentState == WebSocketConnectionState.connecting;