Node class

Node in the Snapshot graph.

Properties

edgeCount int
no setter
edges Iterable<Edge>
Returns all outgoing edges for this node.
no setter
hashCode int
The hash code for this object.
no setteroverride
id int
no setter
index int
Index of this Node within the snapshot.
final
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfSize int
no setter
snapshot Snapshot
final
type String
no setter

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.
override
operator [](String edgeName) Node?
Returns the target of an outgoing edge with the given name (if any).