FrequencyPolicy constructor

const FrequencyPolicy({
  1. int? maxTotal,
  2. FrequencyWindow? maxPerWindow,
  3. String? stopOn,
})

Implementation

const FrequencyPolicy({
  this.maxTotal,
  this.maxPerWindow,
  this.stopOn,
});