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