MatchFinder constructor Null safety
- {dynamic skipOffstage}
Initializes a predicate-based Finder. Used by subclasses to initialize the
skipOffstage
property.
Implementation
MatchFinder({ super.skipOffstage });
Initializes a predicate-based Finder. Used by subclasses to initialize the
skipOffstage
property.
MatchFinder({ super.skipOffstage });