negate property

bool? negate
getter/setter pair

Whether to negate the Condition.

If true, the Condition becomes a NAND over its non-empty fields. Any non-empty field criteria evaluating to false will result in the Condition to be satisfied. Defaults to false.

Implementation

core.bool? negate;