MQTTMessageSendSuccess constructor
MQTTMessageSendSuccess(
- String name,
- ConnectionInfo? connectionInfo,
- String topic,
- int qos,
- int sizeBytes,
Implementation
MQTTMessageSendSuccess(
this.name, this.connectionInfo, this.topic, this.qos, this.sizeBytes);