EpitaphGraph constructor

EpitaphGraph(
  1. Map<EpitaphVertex, List<EpitaphEdge>> graph
)

Implementation

EpitaphGraph(this.graph);