Negation - !expr
Logical nodes
Last updated
Logical nodes
Last updated
Released in version:
1.0.14
Flutter/Dart link:
The "Negation - !expr" node is a logical node used to negate (or invert) the value of a boolean. Therefore if the current value is true, the result is false, and if the value is false, the result is true.
Check the table below with the results of this node:
False
True
True
False
value
Bool
Value to apply negation
result
Bool
Result from applying the negation operator to "value" input