MQTTPingInitiatedEvent constructor

MQTTPingInitiatedEvent(
  1. String name,
  2. ConnectionInfo? connectionInfo
)

Implementation

MQTTPingInitiatedEvent(this.name, this.connectionInfo);