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