PdaElements constructor
PdaElements({
- required List<
NativeAd> productList, - PdaMediaElement? media,
- String? width,
- String? height,
- String? destinationUrl,
- List<
CarouselCard> ? carouselCards, - List<
ThirdPartyTracker> ? thirdPartyImpressionTrackers, - List<
ThirdPartyTracker> ? thirdPartyClickTrackers,
Implementation
PdaElements({
required this.productList,
this.media,
this.width,
this.height,
this.destinationUrl,
this.carouselCards,
this.thirdPartyImpressionTrackers,
this.thirdPartyClickTrackers,
});