DailyAggregateUserFeedbackReportResponse constructor

DailyAggregateUserFeedbackReportResponse({
  1. required String date,
  2. required UserFeedbackReport report,
})

Implementation

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