sources property

Map<V, Vertex<V>> get sources

Implementation

Map<V, Vertex<V>> get sources => vertices.sourcesFromMap(edges);