offerTotalPrice property

double offerTotalPrice

Implementation

double get offerTotalPrice => isOfferDiscounted
    ? offerTotalDiscountedPrice : offerTotalOnlinePrice;