CountryTargeting constructor

CountryTargeting({
  1. List<String>? countries,
  2. bool? includeRestOfWorld,
})

Implementation

CountryTargeting({
  this.countries,
  this.includeRestOfWorld,
});