NodesList class

List of node IDs and node data if requested.

Annotations
  • @immutable

Constructors

NodesList({required List<String> nodeIds, required List<NodeDetails> nodeDetails, required String? nextId, required int? totalNodes})
const
NodesList.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextId String?
The next node ID.
final
nodeDetails List<NodeDetails>
List of node details if requested.
final
nodeIds List<String>
List of node IDs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalNodes int?
The total number of nodes.
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