ServiceDistributionParams constructor

const ServiceDistributionParams(
  1. String service,
  2. String metric,
  3. String groupBy, {
  4. AnalyticsTimeRange? timeRange,
})

Implementation

const ServiceDistributionParams(this.service, this.metric, this.groupBy,
    {this.timeRange});