operator unary- method Null safety

Matrix2 operator unary-()

Returns new matrix -this

Implementation

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