MQTTUnsubscribeSuccessEvent constructor

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

Implementation

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