BasicPerfSampleSeries constructor

BasicPerfSampleSeries({
  1. String? perfMetricType,
  2. String? perfUnit,
  3. String? sampleSeriesLabel,
})

Implementation

BasicPerfSampleSeries({
  this.perfMetricType,
  this.perfUnit,
  this.sampleSeriesLabel,
});