Float64x2 constructor Null safety

Float64x2(
  1. double x,
  2. double y
)

Implementation

external factory Float64x2(double x, double y);