operator ~ method

Uint32List operator ~()

Returns a new Uint32List with bits logically negated (~).

Implementation

Uint32List operator ~() => _new(~hi, ~lo);