ContentAdsSettings constructor

ContentAdsSettings({
  1. String? size,
  2. String? type,
})

Implementation

ContentAdsSettings({
  this.size,
  this.type,
});