isNegative property

bool isNegative

True or false whether the mixed fraction is positive or negative.

Implementation

bool get isNegative => whole < 0;