nodes property

List<DOMNode> get nodes

Returns a copy List of children nodes.

Implementation

List<DOMNode> get nodes => isNotEmptyContent ? List.from(_content!) : [];