divide property

Rational divide

Implementation

Rational get divide {
  return map((bigInt) => Rational(bigInt)).divide;
}