menu
vyuh_node_flow package
documentation
shared/spatial/graph_spatial_index.dart
GraphSpatialIndex<T>
getConnection method
getConnection method
dark_mode
light_mode
getConnection
method
Connection
?
getConnection
(
String
id
)
Gets a connection by ID.
Implementation
Connection? getConnection(String id) => _connections[id];
vyuh_node_flow package
documentation
shared/spatial/graph_spatial_index
GraphSpatialIndex<T>
getConnection method
GraphSpatialIndex class