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