WebsocketCmd constructor

WebsocketCmd({
  1. int? cmdId,
  2. required WsCmdType type,
})

Implementation

WebsocketCmd({this.cmdId, required this.type});