MqttContext class
Specifies the MQTT context to use for the test authorizer request
Constructors
- MqttContext({String? clientId, Uint8List? password, String? username})
Properties
- clientId → String?
-
The value of the
clientId
key in an MQTT authorization request.final - hashCode → int
-
The hash code for this object.
no setterinherited
- password → Uint8List?
-
The value of the
password
key in an MQTT authorization request.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
The value of the
username
key in an MQTT authorization request.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited