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