Finder constructor

Finder({bool skipOffstage: true })

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

Implementation

Finder({ this.skipOffstage = true });