Thresholds constructor
Thresholds({
- LabelThresholds? explicit,
- LabelThresholds? spam,
- LabelThresholds? toxic,
Returns a new Thresholds instance.
Implementation
Thresholds({
this.explicit,
this.spam,
this.toxic,
});