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