offerOnlinePrice property
Implementation
double get offerOnlinePrice => isHistory == true
? getStringAsDouble(bookingTrips.firstOrNull?.totalOnlinePrice)
: offer?.onlinePrice ?? 0;
double get offerOnlinePrice => isHistory == true
? getStringAsDouble(bookingTrips.firstOrNull?.totalOnlinePrice)
: offer?.onlinePrice ?? 0;