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