isRefresh method

bool isRefresh()

Implementation

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