status property

RxStatus status

Implementation

RxStatus get status {
  notifyChildrens();
  return _status ??= _status = RxStatus.loading();
}