isLoading method

bool isLoading()

Implementation

bool isLoading(){
  return _refreshController?.isLoading??false;
}