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