isLoading property
      
      RxBool
      get
      isLoading
      
    
    
Whether the effect is currently loading - using RxBool for consistent reactive behavior
Implementation
RxBool get isLoading => _isLoading;Whether the effect is currently loading - using RxBool for consistent reactive behavior
RxBool get isLoading => _isLoading;