withFlagY method Null safety

Int32x4 withFlagY(
  1. bool y
)

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

Implementation

Int32x4 withFlagY(bool y);