Indicates whether the paginated have next page.
@override RxBool get hasNext => _pagination?.hasNext ?? _localPagination?.hasNext ?? RxBool(false);