DayPartTargeting constructor

DayPartTargeting({
  1. List<DayPart>? dayParts,
  2. String? timeZoneType,
})

Implementation

DayPartTargeting({
  this.dayParts,
  this.timeZoneType,
});