NativeAdData constructor
NativeAdData({})
Encapsulated data needed to render the native ad
Implementation
NativeAdData({
required this.viewId,
required this.title,
required this.description,
required this.imageUrl,
required this.clickUrl,
});