operator * abstract method Null safety

BigInt operator *(
  1. BigInt other
)

Multiplies other by this big integer.

The result is again a big integer.

Implementation

BigInt operator *(BigInt other);