isNegative property

bool isNegative

Tests if this fraction is negative.

Implementation

bool get isNegative => a < 0;