status property

Rx<RxStatus> status
final

RxStatus of the chats.

Implementation

final Rx<RxStatus> status = Rx(RxStatus.success());