children property

LinkedList<Node> children
inherited

List of children.

Implementation

LinkedList<Node> get children => _children;