nextLoading property
Indicated whether the next page is being fetched.
Implementation
RxBool get nextLoading =>
paginations
.firstWhereOrNull((e) => e.p.nextLoading.isTrue)
?.p
.nextLoading ??
RxBool(false);
Indicated whether the next page is being fetched.
RxBool get nextLoading =>
paginations
.firstWhereOrNull((e) => e.p.nextLoading.isTrue)
?.p
.nextLoading ??
RxBool(false);