raw property

Fraction get raw

Implementation

Fraction get raw {
  return Fraction(numerator, denominator: denominator);
}