isOutOfStock method

bool isOutOfStock()

Implementation

bool isOutOfStock() {
  return !inStock();
}