arrayMedianValue property

num arrayMedianValue

Produce the median of the given array. This is equivalent to the median function. Returns the median of the given array.

Implementation

num get arrayMedianValue => median(this);