mul method

dynamic mul(
  1. dynamic val
)

Implementation

mul(val) {
  return _updateOP(UpdateCommandsLiteral.MUL, val);
}