hasNext property
Indicates whether this CombinedPagination have next page.
Implementation
RxBool get hasNext => paginations.last.p.hasNext;
Indicates whether this CombinedPagination have next page.
RxBool get hasNext => paginations.last.p.hasNext;