menu
html package
documentation
dom.dart
Node
hasContent method
hasContent method
dark_mode
light_mode
hasContent
method
bool
hasContent
(
)
Return true if the node has children or text.
Implementation
bool hasContent() => nodes.isNotEmpty;
html package
documentation
dom
Node
hasContent method
Node class