variance property
int
get
variance
Computes the variance of the integers in the iterable.
Implementation
int get variance => NumbersHelper.variance(toList()).toInt();
Computes the variance of the integers in the iterable.
int get variance => NumbersHelper.variance(toList()).toInt();