not method
The not expression.
Implementation
@override
LambdaBuilder not() => LambdaBuilder.abstract(
LambdaBuilder.applyAll(
[
LambdaBuilder.fromVar(name: 'x'),
lambdaFalse(),
lambdaTrue(),
],
),
'x',
);