MQTTMessageReceiveError class

Implemented types

Constructors

MQTTMessageReceiveError(String name, ConnectionInfo? connectionInfo, String topic, int reason, int sizeBytes)

Properties

connectionInfo ConnectionInfo?
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
reason int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes int
final
topic String
final

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