protocol property
The protocol property is initially the empty string. After the
WebSocket connection is established the value is the subprotocol
selected by the server. If no subprotocol is negotiated the
value will remain null
.
Implementation
String? get protocol;