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() => _blink.BlinkNode.instance.hasChildNodes_Callback_0_(this);