ImaAdsLoaderSettings constructor

const ImaAdsLoaderSettings({
  1. bool enableDebugMode = false,
  2. String language = "en",
  3. String? ppid,
})

Implementation

const ImaAdsLoaderSettings({
  this.enableDebugMode = false,
  this.language = "en",
  this.ppid,
});