RxStatus.loadingMore constructor
      
      RxStatus.loadingMore()
     
    
    
Implementation
factory RxStatus.loadingMore() {
  return RxStatus._(isSuccess: true, isLoadingMore: true);
}factory RxStatus.loadingMore() {
  return RxStatus._(isSuccess: true, isLoadingMore: true);
}