MatchFinder constructor

MatchFinder(
  1. {bool skipOffstage = true}
)

Initializes a predicate-based Finder. Used by subclasses to initialize the skipOffstage property.

Implementation

MatchFinder({ super.skipOffstage });