graph property
This map is the representation of your directed graph.
Implementation
late final Map<EpitaphVertex, List<EpitaphEdge>> graph;
This map is the representation of your directed graph.
late final Map<EpitaphVertex, List<EpitaphEdge>> graph;