1. @DomName('Node.hasChildNodes')
  2. @DocsEditable()
bool hasChildNodes()

Returns true if this node has any children.

Other resources

Source

@DomName('Node.hasChildNodes')
@DocsEditable()
bool hasChildNodes() native;