children property

List<Node>? children
getter/setter pair

Child nodes of this node (only set for branch nodes).

Implementation

List<Node>? children;