MetricsValue constructor

MetricsValue({
  1. String? endTime,
  2. String? startTime,
  3. String? value,
})

Implementation

MetricsValue({
  this.endTime,
  this.startTime,
  this.value,
});