operator + method Null safety

BigInt operator + (
  1. BigInt other
)

Addition operator.

Implementation

BigInt operator +(BigInt other);