MetricValue constructor

MetricValue({
  1. bool? boolValue,
  2. Distribution? distributionValue,
  3. double? doubleValue,
  4. String? endTime,
  5. String? int64Value,
  6. Map<String, String>? labels,
  7. Money? moneyValue,
  8. String? startTime,
  9. String? stringValue,
})

Implementation

MetricValue({
  this.boolValue,
  this.distributionValue,
  this.doubleValue,
  this.endTime,
  this.int64Value,
  this.labels,
  this.moneyValue,
  this.startTime,
  this.stringValue,
});