children property

The list of child nodes.

Implementation

UnmodifiableSetView<TreeNode> get children => UnmodifiableSetView(_children);