MetricQuery constructor

MetricQuery({
  1. required String metric,
  2. Map<String, String>? filter,
  3. DimensionGroup? groupBy,
})

Implementation

MetricQuery({
  required this.metric,
  this.filter,
  this.groupBy,
});