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