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