toggleIsLoadingMore method

void toggleIsLoadingMore()

Implementation

void toggleIsLoadingMore() {
  isLoadingMore = !isLoadingMore;
}