operator >= method Null safety

bool operator >= (
  1. BigInt other
)

Relational greater than or equal operator.

Implementation

bool operator >=(BigInt other);