assign method
Expression
assign(
- Expression other
inherited
Return {this} = {other}
.
Implementation
Expression assign(Expression other) =>
BinaryExpression._(this, other, '=', isConst: isConst);