Returns true if and only if this integer is less than zero.
true
@override bool get isNegative => (_h & _SIGN_BIT_MASK) != 0;