CustomAds constructor

CustomAds({
  1. String? qurekaLink,
  2. bool? isQurakaBanner,
  3. bool? isQurakaIntera,
  4. bool? isQurakaNative,
  5. bool? closeButtonToDirectWeb,
  6. List<String>? qurakaIntraImage,
  7. List<String>? qurakaNativeImage,
  8. List<String>? qurakaBannerImage,
})

Implementation

CustomAds(
    {this.qurekaLink,
      this.isQurakaBanner,
      this.isQurakaIntera,
      this.isQurakaNative,
      this.closeButtonToDirectWeb,
      this.qurakaIntraImage,
      this.qurakaNativeImage,
      this.qurakaBannerImage});