MqttStringPair class

A UTF-8 String Pair consists of two UTF-8 Encoded Strings. This data type is used to hold name-value pairs. The first string serves as the name, and the second string contains the value.

Constructors

MqttStringPair()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name
getter/setter pair
nameAsUtf8 → Uint8Buffer
Name as UTF8
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value
getter/setter pair
valueAsUtf8 → Uint8Buffer
Value as UTF8
no setter

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