not method Null safety

ExpressionInterface not(
  1. ExpressionInterface expression
)

Creates an expression negating the given expression.

Implementation

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