menu
epitaph_ips package
documentation
epitaph_graphs/graphs/directed_graph.dart
DirectedGraph
DirectedGraph constructor
DirectedGraph constructor
dark_mode
light_mode
DirectedGraph
constructor
DirectedGraph
(
Map
<
Vertex
,
List
<
Edge
>
>
graph
)
Implementation
DirectedGraph(this.graph);
epitaph_ips package
documentation
epitaph_graphs/graphs/directed_graph
DirectedGraph
DirectedGraph constructor
DirectedGraph class