isNegative property

bool get isNegative

Returns true if this BigInteger is negative.

Implementation

bool get isNegative => _value.isNegative;