CreativeSize constructor

CreativeSize({
  1. List<String>? allowedFormats,
  2. List<Size>? companionSizes,
  3. String? creativeSizeType,
  4. String? nativeTemplate,
  5. Size? size,
  6. String? skippableAdType,
})

Implementation

CreativeSize({
  this.allowedFormats,
  this.companionSizes,
  this.creativeSizeType,
  this.nativeTemplate,
  this.size,
  this.skippableAdType,
});