hasNext property

RxBool get hasNext

Indicates whether the RxChat.members have a next page.

Implementation

RxBool get hasNext => _chat?.members.hasNext ?? RxBool(false);