vertexes property

List<Vertex<ID>> vertexes
final

All the vertexes' data in graph. 图中所有的节点数据

Implementation

final List<Vertex<ID>> vertexes = [];