targetingRules property

  1. @JsonKey(name: 'r', defaultValue: [])
List<TargetingRule> targetingRules
final

The list of targeting rules (where there is a logical OR relation between the items).

Implementation

@JsonKey(name: 'r', defaultValue: [])
final List<TargetingRule> targetingRules;