nodeIsLeaf method

bool nodeIsLeaf(
  1. String nodeId
)

Implementation

bool nodeIsLeaf(String nodeId) {
  return _graph.nodeIsLeaf(nodeId);
}