ScreenWiseModel constructor

ScreenWiseModel({
  1. int? banner,
  2. List? bannerNew,
  3. int? native,
  4. bool? localAdFlag,
  5. int? gridCount,
  6. bool? isNativeEnable,
  7. bool? overRideReward,
  8. List? localClick,
  9. Map? localFail,
  10. int? maxFailed,
  11. bool? overRideTimer,
  12. int? overRideTimerValue,
})

Implementation

ScreenWiseModel({
  this.banner,
  this.bannerNew,
  this.native,
  this.localAdFlag,
  this.gridCount,
  this.isNativeEnable,
  this.overRideReward,
  this.localClick,
  this.localFail,
  this.maxFailed,
  this.overRideTimer,
  this.overRideTimerValue,
});