sortedVertices property

Iterable<T> sortedVertices
inherited

Returns an Iterable<T> of all vertices sorted using comparator.

Implementation

Iterable<T> get sortedVertices => _sortedVertices();