UserFeedbackReportResponse constructor
UserFeedbackReportResponse({
- List<
DailyAggregateUserFeedbackReportResponse> daily = const [],
Returns a new UserFeedbackReportResponse instance.
Implementation
UserFeedbackReportResponse({
this.daily = const [],
});