DailyAggregateQualityScoreReportResponse constructor

DailyAggregateQualityScoreReportResponse({
  1. required String date,
  2. required QualityScoreReport report,
})

Implementation

DailyAggregateQualityScoreReportResponse({
  required this.date,
  required this.report,
});