MqttPingExceptionEvent constructor

MqttPingExceptionEvent({
  1. required String name,
  2. required int reason,
  3. ConnectionInfo? connectionInfo,
})

Implementation

MqttPingExceptionEvent(
    {required this.name, required this.reason, this.connectionInfo});