operator > method - BigInt class - dart:core library (original) (raw)
operator > abstract method
bool operator >(
- BigInt other )
Whether this big integer is numerically greater than other
.
Implementation
bool operator >(BigInt other);
bool operator >(
Whether this big integer is numerically greater than other
.
bool operator >(BigInt other);