adultsPriceOf method

double adultsPriceOf(
  1. double amount
)

Implementation

double adultsPriceOf(double amount) => amount * adults;