menu
flutterflow_flash_beta package
documentation
graph/src/graph/project_graph.dart
ProjectGraph
hasNode method
hasNode method
dark_mode
light_mode
hasNode
method
bool
hasNode
(
String
nodeId
)
Check if a node exists.
Implementation
bool hasNode(String nodeId) => _nodes.containsKey(nodeId);
flutterflow_flash_beta package
documentation
graph/src/graph/project_graph
ProjectGraph
hasNode method
ProjectGraph class