isNegative property

bool isNegative

Returns true if the number this is a negative number

Implementation

bool get isNegative => this < 0;