ServiceDistributionParams constructor
const
ServiceDistributionParams(
- String service,
- String metric,
- String groupBy, {
- AnalyticsTimeRange? timeRange,
Implementation
const ServiceDistributionParams(this.service, this.metric, this.groupBy,
{this.timeRange});