mean property
num
get
mean
Calculates the mean (average) of the numbers in the iterable.
Implementation
num get mean => NumbersHelper.mean(toList());
Calculates the mean (average) of the numbers in the iterable.
num get mean => NumbersHelper.mean(toList());