operator * method - BigInt class - dart:core library
description
Multiplies other by this big integer.
other
The result is again a big integer.
BigInt operator *(BigInt other);