menu
markdown_rich_text package
documentation
html.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;
markdown_rich_text package
documentation
html
Node
hasContent method
Node class