saving property

double saving

Implementation

double get saving => (discountedPrice ?? 0) <= 0 ? 0 : (price ?? 0) - (discountedPrice ?? 0);