MQTTPingSuccessEvent constructor

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

Implementation

MQTTPingSuccessEvent(
    {required this.name, required this.timeTaken, this.connectionInfo});