isOfferDiscounted property

bool isOfferDiscounted

Implementation

bool get isOfferDiscounted => (offer?.isDiscounted ?? true);