query property

Map<String, String>? query

A map of key-value pairs which will be used as the query parameters for the initial HTTP handshake which will initiate the WebSocket connection.

Implementation

Map<String, String>? get query;