arrayMinValue property

num arrayMinValue

Computes the minimum value of array. If array is empty or falsey, undefined is returned. This is equivalent to the min function. Returns the smallest value in array.

Implementation

num get arrayMinValue => arrayMin(this);