Returns a variant of this finder that only matches the first element matched by this finder.
Source
Finder get first => new _FirstFinder(this);
Returns a variant of this finder that only matches the first element matched by this finder.
Finder get first => new _FirstFinder(this);