withFlagZ method Null safety

Int32x4 withFlagZ(
  1. bool z
)

Returns a new Int32x4 copied from this with a new z value.

Implementation

Int32x4 withFlagZ(bool z);