first property

Finder first

Returns a variant of this finder that only matches the first element matched by this finder.

Implementation

Finder get first => _FirstFinder(this);