Int32x4 constructor Null safety

Int32x4(
  1. int x,
  2. int y,
  3. int z,
  4. int w
)

Implementation

external factory Int32x4(int x, int y, int z, int w);