sinks property

Map<V, Vertex<V>> get sinks

Implementation

Map<V, Vertex<V>> get sinks => vertices.sinksFromMap(edges);