toRational method

Rational toRational()

Implementation

Rational toRational() {
  return Rational.fraction(_value, pow10(_scale));
}