menu
dingodart package
documentation
query.dart
NodeQuery
hasChildren method
hasChildren method
dark_mode
light_mode
hasChildren
method
NodeQuery
hasChildren
(
)
Match only elements with children.
Implementation
NodeQuery hasChildren() => where((n) => n.children.isNotEmpty);
dingodart package
documentation
query
NodeQuery
hasChildren method
NodeQuery class