WkMessage constructor

WkMessage(
  1. WkSignal signal,
  2. int id,
  3. String type,
  4. dynamic data,
)

Implementation

WkMessage(
  this.signal,
  this.id,
  this.type,
  this.data,
);