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