offerSavedPrice property

double offerSavedPrice

Implementation

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