reversed property
override
The edge with the source and target nodes reversed.
Not guaranteed to be valid in all graph types.
Implementation
@override
WeightedEdge<V> get reversed => WeightedEdge(target, source, weight);
The edge with the source and target nodes reversed.
Not guaranteed to be valid in all graph types.
@override
WeightedEdge<V> get reversed => WeightedEdge(target, source, weight);