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