findTreeChildrenNodes method
Returns an Iterator for the collection of Nodes that are the immediate tree children of this node. Nodes only connected by links for which Link#isTreeLink is false are ignored.
This basically returns either #findNodesOutOf or #findNodesInto, depending on Diagram#isTreePathToChildren. @return {Iterator.
Implementation
_i3.Iterator<_i3.Node> findTreeChildrenNodes() => _i4.callMethod(
this,
'findTreeChildrenNodes',
[],
);