isLastPage property

bool? isLastPage
final

Used for pagination (infinite scroll) together with onEndReached. When true, indicates that there are no more pages to load and pagination will not be triggered.

Implementation

final bool? isLastPage;