operator unary- method Null safety

Complex operator unary-()

Implementation

Complex operator -() => Complex(-real, -imaginary);