MQTTReconnectEvent constructor

MQTTReconnectEvent(
  1. String name,
  2. ConnectionInfo? connectionInfo
)

Implementation

MQTTReconnectEvent(this.name, this.connectionInfo);