menu
flutter_graph_view package
documentation
model/vertex.dart
Vertex<I>
nextEdges property
nextEdges property
dark_mode
light_mode
nextEdges
property
Set
<
Edge
>
nextEdges
getter/setter pair
Cache all the next edges of this vertex. 对当前节点的后向关系记录进行缓存。
Implementation
Set<Edge> nextEdges = {};
flutter_graph_view package
documentation
model/vertex
Vertex<I>
nextEdges property
Vertex class