hasNext property

RxBool get hasNext

Indicates whether this CombinedPagination have next page.

Implementation

RxBool get hasNext => paginations.last.p.hasNext;