WebSocketMessage constructor
WebSocketMessage(
- MessageAction type, {
- String? msg,
- int code = 0,
- dynamic data,
Implementation
WebSocketMessage(this.type, {this.msg, this.code = 0, this.data});