Dart
dart:core
BigInt
operator < abstract method
operator <
Dart
dart:core
BigInt
operator < abstract method
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
description
operator <
method
Null safety
bool
operator <
(
BigInt
other
)
Relational less than operator.
Implementation
bool operator <(BigInt other);