max method Null safety

Float64x2 max (
  1. Float64x2 other
)

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

Implementation

Float64x2 max(Float64x2 other);