isNegative property
bool
get
isNegative
Returns true if the value is negative.
Implementation
bool get isNegative => _value.isNegative;
Returns true if the value is negative.
bool get isNegative => _value.isNegative;