menu
flutter_graph_view package
documentation
model/graph.dart
Graph<ID>
allEdgeNames property
allEdgeNames property
dark_mode
light_mode
allEdgeNames
property
List
<
String
>
allEdgeNames
getter/setter pair
cache the all edge name
缓存所有的边类型
Implementation
List<String> allEdgeNames = [];
flutter_graph_view package
documentation
model/graph
Graph<ID>
allEdgeNames property
Graph class