mean property

num get mean

Calculates the mean (average) of the numbers in the iterable.

Implementation

num get mean => NumbersHelper.mean(toList());