operator ~ method

  1. @override
Int32 operator ~()
override

Bitwise negate operator.

Implementation

@override
Int32 operator ~() => Int32(~_i);