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