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