isOffer property

bool isOffer

Implementation

bool get isOffer => isHistory == true ? isNonDiscounted : offer != null;