MQTTConnectAtttemptEvent constructor

MQTTConnectAtttemptEvent({
  1. required String name,
  2. bool? isOptimalKeepAlive,
  3. ConnectionInfo? connectionInfo,
})

Implementation

MQTTConnectAtttemptEvent(
    {required this.name, this.isOptimalKeepAlive, this.connectionInfo});