Returns true if this node has any children.
Other resources
- Node.hasChildNodes from MDN.
Implementation
bool hasChildNodes() native;
hasChildNodes method - Node class - dart:html library
Returns true if this node has any children.
bool hasChildNodes() native;