isProper property

bool isProper

Returns true if the numerator is smaller than the denominator.

Implementation

bool get isProper => numerator < denominator;