isNegative property

bool isNegative

True or false whether the fraction is positive or negative.

Implementation

bool get isNegative => numerator < 0;