nodeIsExpanded method

bool nodeIsExpanded(
  1. String nodeId
)

Implementation

bool nodeIsExpanded(String nodeId) {
  return _graph.getRelationsFrom(nodeId).isNotEmpty;
}