MatchFinder constructor
Initializes a predicate-based Finder. Used by subclasses to initialize the
skipOffstage
property.
Implementation
MatchFinder({ bool skipOffstage = true }) : super(skipOffstage: skipOffstage);
Initializes a predicate-based Finder. Used by subclasses to initialize the
skipOffstage
property.
MatchFinder({ bool skipOffstage = true }) : super(skipOffstage: skipOffstage);