isLast method

bool isLast()

Implementation

bool isLast() => index == totalItems - 1;