nextLoading property

  1. @override
RxBool get nextLoading
override

Indicates whether the next page of items is being fetched.

Implementation

@override
RxBool get nextLoading => pagination?.nextLoading ?? RxBool(false);