MqttStringPairProperty class

String pair property. Typically used to add user properties to a message.

Implemented types
Implementers

Constructors

MqttStringPairProperty([MqttPropertyIdentifier? identifier])
Construction
MqttStringPairProperty.asUserProperty()
As a user property

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier MqttPropertyIdentifier?
Identifier
getter/setter pairoverride
pairName String?
Get the name
getter/setter pair
pairValue String?
Get the value
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
The value
final

Methods

getWriteLength() int?
Gets the length of the write data when WriteTo will be called.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFrom(MqttByteBuffer stream) → void
Deserialize from a byte buffer stream
override
toString() String
A string representation of this object.
override
writeTo(MqttByteBuffer stream) → void
Serialize to a byte buffer stream
override

Operators

operator ==(Object other) bool
The equality operator.
inherited