Returns true when a node has children in the tree.
true
The TaskNode to inspect.
true if node.children.length > 0.
node.children.length > 0
Returns
truewhen a node has children in the tree.