isInProgress method

bool isInProgress()

Implementation

bool isInProgress() {
  return state == StoreProductState.inProgress;
}