operator unary- method

I8 operator unary-()
override

Returns the negated value.

Implementation

I8 operator -() => I8((-value).toSigned(8));