isLoading method

bool isLoading()

Wether the Controller is loading or not.

Implementation

bool isLoading() {
  return _loading;
}