operatorUnaryPrefixIncrement method

Expression operatorUnaryPrefixIncrement()

Returns the result of ++this.

Implementation

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