isLast property

bool get isLast

Whether this is the last item in the list.

Implementation

bool get isLast => index == totalItems - 1;