menu
neo_concierge
app/modules/payment/models/payment_details_model.dart
PaymentDetails
infantsSeatPriceOf method
infantsSeatPriceOf
dark_mode
light_mode
infantsSeatPriceOf
method
double
infantsSeatPriceOf
(
double
amount
)
Implementation
double infantsSeatPriceOf(double amount) => amount * infantsInSeat;
neo_concierge
payment_details_model
PaymentDetails
infantsSeatPriceOf method
PaymentDetails class