children property

List<Node> get children

Get a list of children belonging to this node. Do not modify this list directly -- use appendChild and removeChild instead.

Implementation

List<Node> get children => _children;