- @DomName('Node.hasChildNodes')
- @DocsEditable()
Returns true if this node has any children.
Other resources
- Node.hasChildNodes from MDN.
Source
@DomName('Node.hasChildNodes') @DocsEditable() bool hasChildNodes() native;
Returns true if this node has any children.
@DomName('Node.hasChildNodes') @DocsEditable() bool hasChildNodes() native;