MQTTMessageReceiveError constructor

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

Implementation

MQTTMessageReceiveError(
    this.name, this.connectionInfo, this.topic, this.reason, this.sizeBytes);