withY abstract method Null safety

Float64x2 withY(
  1. double y
)

Returns a new Float64x2 copied from this with a new y value.

Implementation

Float64x2 withY(double y);