children property
UnmodifiableSetView<TreeNode>
get
children
The list of child nodes.
Implementation
UnmodifiableSetView<TreeNode> get children => UnmodifiableSetView(_children);
The list of child nodes.
UnmodifiableSetView<TreeNode> get children => UnmodifiableSetView(_children);