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