MessageEvent constructor
MessageEvent(
- String topic,
- String message,
- int publishedAt,
- TransportType transportType,
Implementation
MessageEvent(
this.topic,
this.message,
this.publishedAt,
this.transportType,
);