nextLoading property

RxBool get nextLoading

Indicates whether a next page of the elements is loading.

Implementation

RxBool get nextLoading => _fragment?.nextLoading ?? chat!.nextLoading;