AdTechnologyProviders constructor

AdTechnologyProviders({
  1. List<String>? detectedProviderIds,
  2. bool? hasUnidentifiedProvider,
})

Implementation

AdTechnologyProviders({
  this.detectedProviderIds,
  this.hasUnidentifiedProvider,
});