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