menu
graph_plus package
documentation
graphing/queries.dart
EdgeQueries<V>
isParentById method
isParentById method
dark_mode
light_mode
isParentById
method
bool
isParentById
(
V
id
)
Implementation
bool isParentById(V id) => any((edge) => id == edge.endpoint1);
graph_plus package
documentation
graphing/queries
EdgeQueries<V>
isParentById method
EdgeQueries extension on
Iterable
<
Edge
<
V
>
>