isLoading method

bool isLoading()

Implementation

bool isLoading(){
  return paginationLoading || skeletalLoading || swipeRefreshing;
}