hasChildren method

TagQuery hasChildren()

Match only elements with children.

Implementation

TagQuery hasChildren() => where((n) => n.children.isNotEmpty);