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