negated static method

Creates an expression negating the given expression.

Implementation

static ExpressionInterface negated(ExpressionInterface expression) =>
    UnaryExpression('NOT', expression);