isLoading method

bool isLoading()

Implementation

bool isLoading() {
  return state.loading;
}