MatchFinder({bool skipOffstage: true })

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

Source

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