status property
Status of the user fetching.
May be:
status.isLoading
, meaning user is being fetched from the service.
status.isEmpty
, meaning user with specified id was not found.
status.isSuccess
, meaning user is successfully fetched.
status.isLoadingMore
, meaning a request is being made.
Implementation
Rx<RxStatus> status = Rx<RxStatus>(RxStatus.loading());