graph property

Map<EpitaphVertex, List<EpitaphEdge>> graph
latefinal

This map is the representation of your directed graph.

Implementation

late final Map<EpitaphVertex, List<EpitaphEdge>> graph;