menu
epitaph_ips package
documentation
epitaph_graphs/graphs/directed_graph.dart
DirectedGraph
graph property
graph property
dark_mode
light_mode
graph
property
Map
<
Vertex
,
List
<
Edge
>
>
graph
final
This map is the representation of your directed graph.
Implementation
final Map<Vertex, List<Edge>> graph;
epitaph_ips package
documentation
epitaph_graphs/graphs/directed_graph
DirectedGraph
graph property
DirectedGraph class