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