menu
flutter_graph_view package
documentation
model/vertex.dart
Vertex<I>
nextVertexes property
nextVertexes property
dark_mode
light_mode
nextVertexes
property
Set
<
Vertex
<
I
>
>
nextVertexes
getter/setter pair
Cache all the next vertexes of this vertex. 对当前节点的所有下游节点进行缓存。
Implementation
Set<Vertex<I>> nextVertexes = {};
flutter_graph_view package
documentation
model/vertex
Vertex<I>
nextVertexes property
Vertex class