median property

num median

The median of the stored data.

Implementation

num get median => _getStat(NumericStat.median);