MetricKeyDataPoints constructor

MetricKeyDataPoints({
  1. List<DataPoint>? dataPoints,
  2. ResponseResourceMetricKey? key,
})

Implementation

MetricKeyDataPoints({
  this.dataPoints,
  this.key,
});