Multiplication operator.
Decimal operator *(Decimal other) => Decimal._(_value * other._value, _scale + other._scale);