state property

int state

Implementation

int get state {
	return type == ConnectMeType.ws ? webSocket!.readyState : WebSocket.open;
}