MQTTMessageReceive constructor

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

Implementation

MQTTMessageReceive(
    this.name, this.connectionInfo, this.topic, this.sizeBytes);