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