DatafeedTarget constructor

DatafeedTarget({
  1. String? country,
  2. List<String>? excludedDestinations,
  3. String? feedLabel,
  4. List<String>? includedDestinations,
  5. String? language,
  6. List<String>? targetCountries,
})

Implementation

DatafeedTarget({
  this.country,
  this.excludedDestinations,
  this.feedLabel,
  this.includedDestinations,
  this.language,
  this.targetCountries,
});