NodeRedMqttOutNode class

Constructors

NodeRedMqttOutNode({required String brokerNodeId, required String topic, String? qos, String? datatype, String? name})

Properties

brokerNodeId String
Mqtt broker node id NodeRedMqttBrokerNode
getter/setter pair
datatype String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
The id of the node, will create one for you if not given
getter/setter pairinherited
name String?
getter/setter pairinherited
qos String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String
getter/setter pair
type String
getter/setter pairinherited
wires List<List<String>>?
getter/setter pairinherited

Methods

fixWiresForNodeRed() List<List<String>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.

Operators

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