isLast property

bool isLast

Indicates whether this page is the last in the album.

Implementation

bool get isLast => end >= album.count;