isNegative property Null safety
Whether if the number is negative.
Negative numbers are those less than zero, and the double -0.0
.
Implementation
bool get isNegative;
Whether if the number is negative.
Negative numbers are those less than zero, and the double -0.0
.
bool get isNegative;