not method
Negates this boolean expression. The returned expression is true if
this
is false, and vice versa.
Implementation
Expression<bool> not() => _NotExpression(this);
Negates this boolean expression. The returned expression is true if
this
is false, and vice versa.
Expression<bool> not() => _NotExpression(this);