conjugated method Null safety

Quaternion conjugated()

Conjugated copy of this.

Implementation

Quaternion conjugated() => clone()..conjugate();