offerOnlinePrice property

double offerOnlinePrice

Implementation

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