MQTTSubscribeAttemptEvent constructor

MQTTSubscribeAttemptEvent(
  1. String name,
  2. ConnectionInfo? connectionInfo,
  3. String topic
)

Implementation

MQTTSubscribeAttemptEvent(this.name, this.connectionInfo, this.topic);