average method

double average()

Returns the average of this Iterable, see arithmeticMean for details.

Implementation

double average() => arithmeticMean();