Negate operator.
Note that -MIN_VALUE is equal to MIN_VALUE due to overflow.
-MIN_VALUE
MIN_VALUE
@override Int32 operator -() => Int32(-_i);