AdContentInfo constructor
AdContentInfo({})
Constructs a AdContentInfo
Implementation
@protected
AdContentInfo({
required AdFormat format,
required this.sourceName,
required this.sourceUnitId,
required this.creativeId,
required this.revenue,
required this.revenuePrecision,
required this.revenueTotal,
required this.impressionDepth,
}) : _format = format;