conditions property
Conditions required to activate a rule. You can use up to 25 conditions per rule.
Implementation
@JsonKey(name: r'conditions')
final List<Condition>? conditions;
Conditions required to activate a rule. You can use up to 25 conditions per rule.
@JsonKey(name: r'conditions')
final List<Condition>? conditions;