operatorUnaryPostfixIncrement method

Expression operatorUnaryPostfixIncrement()
inherited

Return the result of this++.

Implementation

Expression operatorUnaryPostfixIncrement() =>
    BinaryExpression._(expression, _empty, '++', addSpace: false);