operatorUnaryPostfixIncrement method
Return the result of this++
.
Implementation
Expression operatorUnaryPostfixIncrement() =>
BinaryExpression._(expression, _empty, '++', addSpace: false);
Return the result of this++
.
Expression operatorUnaryPostfixIncrement() =>
BinaryExpression._(expression, _empty, '++', addSpace: false);