menu
neo_concierge
app/modules/payment/models/flight_payment_object.dart
FlightPaymentObject
returnTotalOnlinePrice property
returnTotalOnlinePrice
dark_mode
light_mode
returnTotalOnlinePrice
property
double
returnTotalOnlinePrice
Implementation
double get returnTotalOnlinePrice => returnTrip?.totalOnlinePrice ?? 0;
neo_concierge
flight_payment_object
FlightPaymentObject
returnTotalOnlinePrice property
FlightPaymentObject class