variance property

int get variance

Computes the variance of the integers in the iterable.

Implementation

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