ReportGroupTrendStats constructor

ReportGroupTrendStats({
  1. String? average,
  2. String? max,
  3. String? min,
})

Implementation

ReportGroupTrendStats({
  this.average,
  this.max,
  this.min,
});