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