menu
graph_collection package
documentation
graph.dart
GraphItemsMixin
has method
has method
dark_mode
light_mode
has
method
bool
has
(
dynamic
val
)
override
Determine if there is such a node in graph
Implementation
bool has(val) { return _map.containsKey(val); }
graph_collection package
documentation
graph
GraphItemsMixin
has method
GraphItemsMixin mixin