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