DebugScreenConfiguration constructor

DebugScreenConfiguration({
  1. String? title,
  2. bool? showBundleId,
  3. bool? showTestMode,
  4. bool? showLoadedAndLoadingAds,
  5. bool? showAvailableNetworks,
  6. bool? showDisabledNetworks,
  7. bool? showRemovedNetworkSDKs,
  8. bool? showUnsupportedNetworks,
  9. bool? showExtraSDKs,
  10. bool? showConsent,
  11. bool? showAdvertisingId,
  12. bool? showDeviceType,
})

Implementation

DebugScreenConfiguration(
    {this.title,
    this.showBundleId,
    this.showTestMode,
    this.showLoadedAndLoadingAds,
    this.showAvailableNetworks,
    this.showDisabledNetworks,
    this.showRemovedNetworkSDKs,
    this.showUnsupportedNetworks,
    this.showExtraSDKs,
    this.showConsent,
    this.showAdvertisingId,
    this.showDeviceType});