Indicates whether a next page of the paginated is loading.
@override RxBool get nextLoading => _localPagination?.nextLoading ?? _pagination?.nextLoading ?? RxBool(false);