inStock method

bool inStock()

Implementation

bool inStock() {
  return this.inventoryQuantity! > 0;
}