menu
neo_concierge
app/modules/payment/models/flight_payment_object.dart
FlightPaymentObject
infantsSeatPriceOf method
infantsSeatPriceOf
dark_mode
light_mode
infantsSeatPriceOf
method
double
infantsSeatPriceOf
(
double
amount
)
Implementation
double infantsSeatPriceOf(double amount) => amount * infantsSeat;
neo_concierge
flight_payment_object
FlightPaymentObject
infantsSeatPriceOf method
FlightPaymentObject class