FrequencyPolicy constructor
const
FrequencyPolicy({
- int? maxTotal,
- FrequencyWindow? maxPerWindow,
- String? stopOn,
Implementation
const FrequencyPolicy({
this.maxTotal,
this.maxPerWindow,
this.stopOn,
});