MQTTSubscribeFailureEvent class
- Implemented types
Constructors
- MQTTSubscribeFailureEvent({required String name, required String topic, required int qos, required int timeTaken, required int reason, ConnectionInfo? connectionInfo})
Properties
Methods
-
getEventPropertiesMap(
) → Map< String, dynamic> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited