ListPopulationTerm constructor

ListPopulationTerm({
  1. bool? contains,
  2. bool? negation,
  3. String? operator,
  4. String? remarketingListId,
  5. String? type,
  6. String? value,
  7. String? variableFriendlyName,
  8. String? variableName,
})

Implementation

ListPopulationTerm({
  this.contains,
  this.negation,
  this.operator,
  this.remarketingListId,
  this.type,
  this.value,
  this.variableFriendlyName,
  this.variableName,
});