operator <= method Null safety

bool operator <=(
  1. BigInt other
)

Relational less than or equal operator.

Implementation

bool operator <=(BigInt other);