isLoading method

bool isLoading()

Implementation

bool isLoading(){
  return status == DomainStatus.loading;
}