ProvisionedMeshNode class

A class used to expose some data of a given provisioned mesh node

Constructors

ProvisionedMeshNode(String uuid)
A class used to expose some data of a given provisioned mesh node

Properties

elements Future<List<ElementData>>
Will return the list of elements of this node as stored in the local database
no setter
hashCode int
The hash code for this object.
no setterinherited
name Future<String>
Will return the name of this node as stored in the local database
no setter
nodeName String
Will set the name of this node to be stored in the local database
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unicastAddress Future<int>
Will return the unicast address of this node as stored in the local database
no setter
uuid String
final

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