operatorUnaryBitwiseComplement method

Expression operatorUnaryBitwiseComplement()

Returns the result of ~this.

Implementation

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