Not constructor

Not(
  1. Object? value
)

Implementation

Not(Object? value) : value = normalizeExpression(value);