isLast property
bool
get
isLast
Whether this is the last page (computed property)
Implementation
bool get isLast => isLastPage ?? (nextPageKey == null);
Whether this is the last page (computed property)
bool get isLast => isLastPage ?? (nextPageKey == null);