Dart API Reference
dart:html
Node
hasChildNodes
hasChildNodes
method
Returns true if this node has any children.
@DomName('Node.hasChildNodes')
@DocsEditable()
bool
hasChildNodes
( )
Returns true if this node has any children.
Other resources
Node.hasChildNodes
from MDN.