conditions property
The conditions that must hold true for an event in order for a rule to be
applied to an event. A rule with no conditions always matches. Only
applicable to underride
and override
rules.
Implementation
List<PushCondition>? conditions;