average method
Returns the average of this Iterable, see arithmeticMean for details.
Implementation
double average() => arithmeticMean();
Returns the average of this Iterable, see arithmeticMean for details.
double average() => arithmeticMean();