MqttReceivedMessage<T> class

Represents a MQTT message that has been received from a broker.

Inheritance

Constructors

MqttReceivedMessage(String topic, T payload)
Initializes a new instance of an MqttReceivedMessage class.

Properties

hashCode int
The hash code for this object.
no setterinherited
payload ↔ T
The payload of the message received.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String
The topic the message was received on.
getter/setter pair

Methods

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