MetricQuery constructor
MetricQuery({
- required String metric,
- Map<
String, String> ? filter, - DimensionGroup? groupBy,
Implementation
MetricQuery({
required this.metric,
this.filter,
this.groupBy,
});