ResultByTime constructor
ResultByTime({
- bool? estimated,
- List<
Group> ? groups, - DateInterval? timePeriod,
- Map<
String, MetricValue> ? total,
Implementation
ResultByTime({
this.estimated,
this.groups,
this.timePeriod,
this.total,
});