DailyAggregateUserFeedbackReportResponse constructor
DailyAggregateUserFeedbackReportResponse({
- required String date,
- required UserFeedbackReport report,
Returns a new DailyAggregateUserFeedbackReportResponse instance.
Implementation
DailyAggregateUserFeedbackReportResponse({
required this.date,
required this.report,
});