childrenPriceOf method

double childrenPriceOf(
  1. double amount
)

Implementation

double childrenPriceOf(double amount) => amount * children;