max method Null safety

Float32x4 max (
  1. Float32x4 other
)

Returns the lane-wise maximum value in this or other.

Implementation

Float32x4 max(Float32x4 other);