address property
Implementation
String? get address =>
_client != null && _client!.readyState == WebSocket.open
? _address
: null;
String? get address =>
_client != null && _client!.readyState == WebSocket.open
? _address
: null;