Ratio constructor

Ratio(
  1. num numerator,
  2. num denominator
)

Implementation

Ratio(this.numerator, this.denominator);