first property

FinderBase<CandidateType> first

Returns a variant of this finder that only matches the first item found by this finder.

Implementation

FinderBase<CandidateType> get first => _FirstFinder<CandidateType>(this);