hasReachedMax property

bool hasReachedMax
final

Indicates if the end of the data source has been reached and no more data can be fetched.

While set to true, the onFetchData callback will not be triggered.

Is set to false by default and cannot be null.

Implementation

final bool hasReachedMax;