RxStatus of the operation fetching.
RxStatus
May be:
status.isEmpty
status.isLoading
status.isSuccess
final Rx<RxStatus> status = Rx(RxStatus.empty());