hasChildNodes method

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

Returns true if this node has any children.

Other resources

Implementation

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