CreativeRestrictions constructor
CreativeRestrictions({
- String? creativeFormat,
- List<
CreativeSpecification> ? creativeSpecifications, - String? skippableAdType,
Implementation
CreativeRestrictions({
this.creativeFormat,
this.creativeSpecifications,
this.skippableAdType,
});