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