isNegative method

bool isNegative()

Returns whether this number is negative (less than zero).

Implementation

bool isNegative() => this < 0;