AdConfigDataModel constructor

AdConfigDataModel({
  1. List? tap,
  2. int? native,
  3. int? banner,
  4. Map? failed,
  5. bool showAds = false,
})

Implementation

AdConfigDataModel({
  this.tap,
  this.native,
  this.banner,
  this.failed,
  this.showAds = false,
});