menu
Dart
dart:core
BigInt
isNegative property
isNegative
brightness_4
brightness_5
description
isNegative
property
bool
isNegative
Whether this number is negative.
Implementation
bool get isNegative;
Dart
dart:core
BigInt
isNegative property
BigInt class
Constructors
from
Properties
bitLength
hashCode
isEven
isNegative
isOdd
isValidInt
runtimeType
sign
Methods
abs
compareTo
gcd
modInverse
modPow
noSuchMethod
pow
remainder
toDouble
toInt
toRadixString
toSigned
toString
toUnsigned
Operators
operator %
operator &
operator *
operator +
operator -
operator /
operator <
operator <<
operator <=
operator ==
operator >
operator >=
operator >>
operator ^
operator unary-
operator |
operator ~
operator ~/
Static properties
one
two
zero
Static methods
parse
tryParse