last property
override
Returns a variant of this finder that only matches the last item found by this finder.
Implementation
@override
Finder get last => _LastWidgetFinder(this);
Returns a variant of this finder that only matches the last item found by this finder.
@override
Finder get last => _LastWidgetFinder(this);