MetricRange constructor

MetricRange({
  1. GoogleMonitoringV3Range? range,
  2. String? timeSeries,
})

Implementation

MetricRange({
  this.range,
  this.timeSeries,
});