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