children property

LinkedList<Node> children

List of children.

Implementation

LinkedList<Node> get children => _children;