MQTTMessageSendFailure constructor

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

Implementation

MQTTMessageSendFailure(this.name, this.connectionInfo, this.topic, this.qos,
    this.reason, this.sizeBytes);