isLoading method

bool isLoading()

Is Page Loading?

Implementation

bool isLoading() {
  return _isLoading;
}