vertices property

  1. @override
Iterable<V> vertices
override

Returns the vertices of this graph.

Implementation

@override
Iterable<V> get vertices => delegate.vertices;