Or - ||
Logical nodes
Last updated
Logical nodes
Last updated
Released in version:
1.0.0
Flutter/Dart link:
The "Or - ||" node is a logical node used to denote a condition where either of the two conditions is true. If both conditions are false, the return value is false.
Check the table below with the results of this node:
False
False
False
True
False
True
False
True
True
True
True
True
item1
Bool
Condition 1 for the or operator
item2
Bool
Condition 2 for the or operator
result
Bool
Result from applying the or operator to "item1" and "item2" inputs