CuepointSchedule constructor

CuepointSchedule({
  1. bool? enabled,
  2. String? pauseAdsUntil,
  3. int? repeatIntervalSecs,
  4. String? scheduleStrategy,
})

Implementation

CuepointSchedule({
  this.enabled,
  this.pauseAdsUntil,
  this.repeatIntervalSecs,
  this.scheduleStrategy,
});