AdTechnologyProviders constructor

AdTechnologyProviders({
  1. List<String>? detectedGvlIds,
  2. List<String>? detectedProviderIds,
  3. List<String>? unidentifiedProviderDomains,
})

Implementation

AdTechnologyProviders({
  this.detectedGvlIds,
  this.detectedProviderIds,
  this.unidentifiedProviderDomains,
});