content property

List<DOMNode>? content

Actual list of nodes that represents the content of this node.

Implementation

List<DOMNode>? get content => _content;