isNegative property Null safety

bool isNegative

Whether if the number is negative.

Negative numbers are those less than zero, and the double -0.0.

Implementation

bool get isNegative;