operator unary- method Null safety

Matrix3 operator unary-()

Returns new matrix -this

Implementation

Matrix3 operator -() => clone()..negate();