ChannelSectionTargeting constructor

ChannelSectionTargeting({
  1. List<String>? countries,
  2. List<String>? languages,
  3. List<String>? regions,
})

Implementation

ChannelSectionTargeting({this.countries, this.languages, this.regions});