Thresholds constructor

Thresholds({
  1. LabelThresholds? explicit,
  2. LabelThresholds? spam,
  3. LabelThresholds? toxic,
})

Returns a new Thresholds instance.

Implementation

Thresholds({
  this.explicit,
  this.spam,
  this.toxic,
});