denominator property

int get denominator

Alternative way to access the denominator of the fraction.

Implementation

int get denominator => b;