hasNext property

RxBool get hasNext

Indicates whether a next page of the elements is exists.

Implementation

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