StorifyMeAd constructor
StorifyMeAd({})
Constructs an instance of StorifyMeAd.
All parameters are required except for videoURL
, imageURL
,
trackingURL
, clickURL
, clickThroughCTA
, fullScreenCTA
, and adDuration
,
which are optional.
Implementation
StorifyMeAd({
required this.id,
required this.advertiserName,
required this.creativeType,
this.videoURL,
this.imageURL,
this.trackingURL,
this.clickURL,
this.clickThroughCTA,
this.fullScreenCTA,
this.adDuration,
});