Returns a copy List of children nodes.
List<DOMNode> get nodes => isNotEmptyContent ? List.from(_content!).cast() : [];