MessageEvent constructor

MessageEvent(
  1. String topic,
  2. String message
)

Implementation

MessageEvent(
  this.topic,
  this.message,
);