isLast property

bool get isLast

Whether this is the last page (computed property)

Implementation

bool get isLast => isLastPage ?? (nextPageKey == null);