JsApiMessage constructor

JsApiMessage(
  1. String streamId,
  2. dynamic value,
  3. String msgType,
  4. String reqId,
  5. String? url,
)

Implementation

JsApiMessage(this.streamId, this.value, this.msgType, this.reqId, this.url);