jumpToLast method

void jumpToLast()

Jumps to the last item.

Implementation

void jumpToLast() => jumpTo(_itemCount - 1);