Returns a variant of this finder that only matches the last element matched by this finder.
Source
Finder get last => new _LastFinder(this);
Returns a variant of this finder that only matches the last element matched by this finder.
Finder get last => new _LastFinder(this);