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