operatorUnaryPostfixDecrement method

Expression operatorUnaryPostfixDecrement()
inherited

Return the result of this--.

Implementation

Expression operatorUnaryPostfixDecrement() =>
    BinaryExpression._(this, _empty, '--', addSpace: false);