vertices property

  1. @override
Map<V, Vertex<V>> get vertices
override

Implementation

@override
Map<V, Vertex<V>> get vertices => current.vertices;