NodeDetails class

Detailed information related to a node.

Annotations
  • @immutable

Constructors

NodeDetails({required String id, required NodeConnectivity status, required NodeConfig config, required Map<String, dynamic> params})
const
NodeDetails.fromJson(Map<String, dynamic> json)
factory

Properties

config NodeConfig
Configuration data related to the node.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The node's ID.
final
params Map<String, dynamic>
Key-value pairs of the parameters associated with a node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NodeConnectivity
The connectivity status 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