operator < abstract method Null safety
- BigInt other
Whether this big integer is numerically smaller than other
.
Implementation
bool operator <(BigInt other);
Whether this big integer is numerically smaller than other
.
bool operator <(BigInt other);