operator * method Null safety

BigInt operator * (
  1. BigInt other
)

Multiplication operator.

Implementation

BigInt operator *(BigInt other);