websocketUri property

Uri websocketUri

The Uri to which a websocket should point.

Implementation

Uri get websocketUri => _wsUri ??= _toWsUri(baseUrl);