condition property

BooleanCondition? condition
getter/setter pair

The condition of the rule.

If the condition evaluates to true, the format is applied.

Implementation

BooleanCondition? condition;