bool hasChildNodes( )

Returns true if this node has any children.

Other resources

Source

/**
 * Returns true if this node has any children.
 *
 * ## Other resources
 *
 * * [Node.hasChildNodes]
 * (https://developer.mozilla.org/en-US/docs/Web/API/Node.hasChildNodes) from
 * MDN.
 */
@DomName('Node.hasChildNodes')
@DocsEditable()
bool hasChildNodes() => _blink.BlinkNode.instance.hasChildNodes_Callback_0_(unwrap_jso(this));