FrequencyCap constructor

FrequencyCap({
  1. int? maxImpressions,
  2. String? timeUnit,
  3. int? timeUnitCount,
  4. bool? unlimited,
})

Implementation

FrequencyCap({
  this.maxImpressions,
  this.timeUnit,
  this.timeUnitCount,
  this.unlimited,
});