operator > method Null safety

bool operator > (
  1. BigInt other
)

Relational greater than operator.

Implementation

bool operator >(BigInt other);