menu
charts_common_sa package
documentation
common.dart
SankeyGraph<N, L, D>
links property
links property
dark_mode
light_mode
links
property
@
override
List
<
SankeyLink
<
N
,
L
>
>
links
final
All links in the graph.
Implementation
@override final List<SankeyLink<N, L>> links;
charts_common_sa package
documentation
common
SankeyGraph<N, L, D>
links property
SankeyGraph class