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