setFetching method

void setFetching()

Implementation

void setFetching() {
  setValue(JobCubitState(
      state: JobState.inProgress, message: value.message, data: value.data));
}