CtrlStatus.loadingMore constructor

CtrlStatus.loadingMore()

Implementation

factory CtrlStatus.loadingMore() {
  return CtrlStatus._(isSuccess: true, isLoadingMore: true);
}