realPrice property

double realPrice

Implementation

double get realPrice => promoPrice != null && promoPrice! > 0 ? promoPrice! : (price ?? 0.0);