DayPartTargeting constructor

DayPartTargeting({
  1. List<String>? daysOfWeek,
  2. List<int>? hoursOfDay,
  3. bool? userLocalTime,
})

Implementation

DayPartTargeting({
  this.daysOfWeek,
  this.hoursOfDay,
  this.userLocalTime,
});