hasComparablePrice property

bool get hasComparablePrice

return bool if compareAtPrice is greater than price

Implementation

bool get hasComparablePrice => compareAtPrice > price;