menu
graph_plus package
documentation
graphing/queries.dart
GraphQueries<V>
sources property
sources property
dark_mode
light_mode
sources
property
Map
<
V
,
Vertex
<
V
>
>
get
sources
Implementation
Map<V, Vertex<V>> get sources => vertices.sourcesFromMap(edges);
graph_plus package
documentation
graphing/queries
GraphQueries<V>
sources property
GraphQueries extension on
Graph
<
V
>