Edge<num> class

Constructors

Edge(Node<num> from, Node<num> to, num value)

Properties

from Node<num>
latefinal
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to Node<num>
latefinal
value ↔ num
latefinal

Methods

isIncident(Node<num> node) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
otherNode(Node<num> node) Node<num>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

maxValue → const int