operator > method Null safety

bool operator >(
  1. BigInt other
)

Whether this big integer is numerically greater than other.

Implementation

bool operator >(BigInt other);