CreativeRestrictions constructor

CreativeRestrictions({
  1. String? creativeFormat,
  2. List<CreativeSpecification>? creativeSpecifications,
  3. String? skippableAdType,
})

Implementation

CreativeRestrictions({
  this.creativeFormat,
  this.creativeSpecifications,
  this.skippableAdType,
});