crossesBoundaries property

bool crossesBoundaries
final

Whether this query can match across hierarchy boundaries.

When true, the tree walker will try the current match state at deeper levels even when intermediate occurrences don't match. Conceptually equivalent to an implicit ** between segments.

Implementation

final bool crossesBoundaries;