socket property

WebSocketChannel? get socket

The WebSocketChannel underneath this instance.

Implementation

WebSocketChannel? get socket => _socket;