offerDiscountedPrice property

double offerDiscountedPrice

Implementation

double get offerDiscountedPrice => isHistory == true
    ? getStringAsDouble(bookingTrips.firstOrNull?.totalDiscountedPrice)
    : offer?.discountedPrice ?? 0;