AdInsight constructor
Implementation
AdInsight(AdType type, double floorPrice, String? adUnit, int adOpportunityId) {
this.type = type;
this.adOpportunityId = adOpportunityId;
this.floorPrice = floorPrice;
this.adUnit = adUnit;
}
AdInsight(AdType type, double floorPrice, String? adUnit, int adOpportunityId) {
this.type = type;
this.adOpportunityId = adOpportunityId;
this.floorPrice = floorPrice;
this.adUnit = adUnit;
}