nextLoading property

  1. @override
RxBool get nextLoading
override

Indicates whether a next page of the paginated is loading.

Implementation

@override
RxBool get nextLoading =>
    _localPagination?.nextLoading ??
    _pagination?.nextLoading ??
    RxBool(false);