offerSavedPrice property
Implementation
double get offerSavedPrice => isOfferDiscounted
? offerTotalOnlinePrice - offerTotalDiscountedPrice
: 0;
double get offerSavedPrice => isOfferDiscounted
? offerTotalOnlinePrice - offerTotalDiscountedPrice
: 0;