childNodes property
@Creates('NodeList'), @Returns('NodeList'), final
A list of this node's children.
Other resources
Node.childNodes from MDN.
Implementation
final List<Node> childNodes
A list of this node's children.
Node.childNodes from MDN.
final List<Node> childNodes