toggleIsLoading method

dynamic toggleIsLoading()

Implementation

toggleIsLoading(){
  isLoading = !isLoading;
  update();
}