MQTTMessageSend constructor

MQTTMessageSend(
  1. String name,
  2. ConnectionInfo? connectionInfo,
  3. String topic,
  4. int qos,
  5. int sizeBytes,
)

Implementation

MQTTMessageSend(
    this.name, this.connectionInfo, this.topic, this.qos, this.sizeBytes);