MatchFinder constructor

MatchFinder({bool skipOffstage: true })

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

Implementation

MatchFinder({ bool skipOffstage = true }) : super(skipOffstage: skipOffstage);