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