last property

Finder last

Returns a variant of this finder that only matches the last element matched by this finder.

Implementation

Finder get last => _LastFinder(this);