offerTotalPrice property
Implementation
double get offerTotalPrice =>
isOfferDiscounted ? offerTotalDiscountedPrice : offerTotalOnlinePrice;
double get offerTotalPrice =>
isOfferDiscounted ? offerTotalDiscountedPrice : offerTotalOnlinePrice;