MqttPingExceptionEvent constructor
MqttPingExceptionEvent({
- required String name,
- required int reason,
- ConnectionInfo? connectionInfo,
Implementation
MqttPingExceptionEvent(
{required this.name, required this.reason, this.connectionInfo});