isNegative property

bool isNegative

Returns if the number is negative

Implementation

bool get isNegative => this < 0;