TargetingValue constructor
TargetingValue({
- CreativeSize? creativeSizeValue,
- DayPartTargeting? dayPartTargetingValue,
- String? longValue,
- String? stringValue,
Implementation
TargetingValue({
this.creativeSizeValue,
this.dayPartTargetingValue,
this.longValue,
this.stringValue,
});