AllAdModel constructor

AllAdModel({
  1. List<AdModel>? ad,
  2. List<AdModel>? liveAd,
})

Implementation

AllAdModel({this.ad, this.liveAd});