canPurchase property

bool get canPurchase

Implementation

bool get canPurchase {
  return inStock();
}