menu
blockchain_utils package
documentation
numbers/src/i128.dart
Int128
operator * method
operator * method
dark_mode
light_mode
operator *
method
Int128
operator *
(
Int128
other
)
Implementation
Int128 operator *(Int128 other) => Int128._(_bits * other._bits);
blockchain_utils package
documentation
numbers/src/i128
Int128
operator * method
Int128 class