SankeyGraph class
A simple container for the computed Sankey diagram graph
The SankeyGraph holds the list of nodes and links after the layout generator has computed their positions and dimensions
Constructors
-
SankeyGraph.new({required List<
SankeyNode> nodes, required List<SankeyLink> links})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
links
→ List<
SankeyLink> -
The list of Sankey links with computed geometries
final
-
nodes
→ List<
SankeyNode> -
The list of positioned Sankey nodes
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited