getNextPageParam property

TPageParam? Function(T lastPage, List<T> allPages) getNextPageParam
final

The function that returns the next page param.

Implementation

final TPageParam? Function(T lastPage, List<T> allPages) getNextPageParam;