FlutterNativeAd constructor
FlutterNativeAd({})
Implementation
FlutterNativeAd({
required this.id,
this.headline,
this.body,
this.advertiser,
this.icon,
this.images = const [],
this.cta,
this.starRating,
this.store,
this.price,
this.adChoicesUrl,
this.adChoicesText,
});