opposite method

RationalNumber opposite()

Implementation

RationalNumber opposite() => RationalNumber(-divisor, dividend);