isNegative property
bool
get
isNegative
Returns true if this BigInteger is negative.
Implementation
bool get isNegative => _value.isNegative;
Returns true if this BigInteger is negative.
bool get isNegative => _value.isNegative;