operator >= abstract method Null safety

bool operator >=(
  1. BigInt other
)

Whether other is numerically smaller than this big integer.

Implementation

bool operator >=(BigInt other);