Ratio constructor

const Ratio(
  1. int x,
  2. int y
)

Implementation

const Ratio(super.x, super.y);