vertexes property
      
      List<GraphVertex> 
      get
      vertexes
      
    
    
@brief List of connected vertexes @see GraphVertex "GraphVertex"
Dart code snippet: @snippet location_manager_example.dart dart_Graph_getVertices
Implementation
List<GraphVertex> get vertexes;