ResultByTime constructor

ResultByTime({
  1. bool? estimated,
  2. List<Group>? groups,
  3. DateInterval? timePeriod,
  4. Map<String, MetricValue>? total,
})

Implementation

ResultByTime({
  this.estimated,
  this.groups,
  this.timePeriod,
  this.total,
});