WebsocketRequest constructor

WebsocketRequest(
  1. String socketName,
  2. String connectionId,
  3. WebsocketEvent eventType,
  4. Map<String, List<String>> queryParams,
  5. String message,
)

Implementation

WebsocketRequest(this.socketName, this.connectionId, this.eventType,
    this.queryParams, this.message);