Int32x4.bool constructor Null safety

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

Implementation

external factory Int32x4.bool(bool x, bool y, bool z, bool w);