SamplingStrategy constructor
SamplingStrategy({
- SamplingStrategyName? name,
- double? value,
Implementation
SamplingStrategy({
this.name,
this.value,
});
SamplingStrategy({
this.name,
this.value,
});