online property

bool online

Implementation

bool get online => _socket?.readyState == WebSocket.open;