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