NodeConfig class

Configuration information related to a node.

Annotations
  • @immutable

Constructors

NodeConfig({required String id, required String configVersion, required String firmwareVersion, required String name, required String type, required List<Map<String, dynamic>> devices})
const
NodeConfig.fromJson(Map<String, dynamic> json)
factory

Properties

configVersion String
final
devices List<Map<String, dynamic>>
Key-value pairs of the parameters associated with a node.
final
firmwareVersion String
The version of firmware running on the node.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The node's ID.
final
name String
The name of the node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of the node.
final

Methods

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

Operators

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