conditions property

  1. @JsonKey(name: r'conditions')
List<Condition>? conditions
final

Conditions required to activate a rule. You can use up to 25 conditions per rule.

Implementation

@JsonKey(name: r'conditions')
final List<Condition>? conditions;