children property

List<Node> children
final

The children of this node. Will be null for text nodes.

Implementation

final List<Node> children;