operator + method Null safety
- Quaternion other
Returns copy of this + other
.
Implementation
Quaternion operator +(Quaternion other) => clone()..add(other);
Returns copy of this + other
.
Quaternion operator +(Quaternion other) => clone()..add(other);