median property

int get median

Determines the median value of the integers in the iterable.

Implementation

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