Group constructor
Group({
- List<
String> ? keys, - Map<
String, MetricValue> ? metrics,
Implementation
Group({
this.keys,
this.metrics,
});
Group({
this.keys,
this.metrics,
});