hasChildNodes method - Node class - dart:html library (original) (raw)

description

bool hasChildNodes()

Returns true if this node has any children.

Other resources

Implementation

bool hasChildNodes() native;