operatorUnaryMinus method

Expression operatorUnaryMinus()
inherited

Returns the result of -this.

Implementation

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