max property

T max

Returns the maximum of all values in this.

Implementation

T get max => reduce(math.max);