mean property

int get mean

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

Implementation

int get mean => NumbersHelper.mean(toList()).toInt();