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