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