isNegative property

bool get isNegative

Whether this number is negative.

Implementation

bool get isNegative => value.isNegative;