StackedAdvertisementMetadata constructor
StackedAdvertisementMetadata({})
Implementation
StackedAdvertisementMetadata(
{Map<String, String>? customLabels,
this.fee,
this.uniqueId,
this.title,
this.serverCampaignId,
this.placementId,
this.siteId})
: labels = Map.unmodifiable(customLabels ?? {});