Multiplication operator.
@override Number operator *(Number other) => Decimal._fromRational(_rational * _convertToDecimal(other)._rational);