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