ReceivedMessage constructor

ReceivedMessage(
  1. String topic,
  2. String payload
)

Implementation

ReceivedMessage(this.topic, this.payload);