multiplyAssign method
Expression
multiplyAssign(
- Expression other
inherited
Return this
*= other
.
Implementation
Expression multiplyAssign(Expression other) =>
BinaryExpression._(this, other, '*=');