operator < method Null safety

bool operator < (
  1. BigInt other
)

Relational less than operator.

Implementation

bool operator <(BigInt other);