LabelThresholds constructor

LabelThresholds({
  1. double? block,
  2. double? flag,
})

Returns a new LabelThresholds instance.

Implementation

LabelThresholds({
  this.block,
  this.flag,
});