last property
Returns a variant of this finder that only matches the last item found by this finder.
Implementation
FinderBase<CandidateType> get last => _LastFinder<CandidateType>(this);
Returns a variant of this finder that only matches the last item found by this finder.
FinderBase<CandidateType> get last => _LastFinder<CandidateType>(this);