isNegative property

bool get isNegative

Returns true if the value is negative.

Implementation

bool get isNegative => _value.isNegative;