notEqual method Null safety

Int32x4 notEqual (
  1. Float32x4 other
)

Relational not-equal.

Implementation

Int32x4 notEqual(Float32x4 other);