MessageEvent constructor

MessageEvent(
  1. String topic,
  2. String message,
  3. int publishedAt,
  4. TransportType transportType,
)

Implementation

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