bitwiseOrAssign method
Return this
|= other
.
Implementation
Expression bitwiseOrAssign(Expression other) =>
BinaryExpression._(this, other, '|=');
Return this
|= other
.
Expression bitwiseOrAssign(Expression other) =>
BinaryExpression._(this, other, '|=');