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