$MetricDescriptorMetadata constructor

$MetricDescriptorMetadata({
  1. String? ingestDelay,
  2. String? launchStage,
  3. String? samplePeriod,
})

Implementation

$MetricDescriptorMetadata({
  this.ingestDelay,
  this.launchStage,
  this.samplePeriod,
});