toRational method

Rational toRational()

This BigInt as a Rational.

Implementation

Rational toRational() => Rational(this);