hasComparablePrice property
bool
get
hasComparablePrice
return bool if compareAtPrice is greater than price
Implementation
bool get hasComparablePrice => compareAtPrice > price;
return bool if compareAtPrice is greater than price
bool get hasComparablePrice => compareAtPrice > price;