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