Create a new Decimal from a BigInt.
factory Decimal.fromBigInt(BigInt value) => value.toRational().toDecimal();