last property

FinderBase<CandidateType> last

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

Implementation

FinderBase<CandidateType> get last => _LastFinder<CandidateType>(this);