MQTTConnectAtttemptEvent constructor
MQTTConnectAtttemptEvent({
- required String name,
- bool? isOptimalKeepAlive,
- ConnectionInfo? connectionInfo,
Implementation
MQTTConnectAtttemptEvent(
{required this.name, this.isOptimalKeepAlive, this.connectionInfo});