MQTTDisconnectEvent constructor

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

Implementation

MQTTDisconnectEvent(this.name, this.connectionInfo);