not static method

Creates an expression negating the given expression.

Implementation

static ExpressionInterface not(ExpressionInterface expression) =>
    negated(expression);