UserFeedbackReportResponse constructor

UserFeedbackReportResponse({
  1. List<DailyAggregateUserFeedbackReportResponse> daily = const [],
})

Returns a new UserFeedbackReportResponse instance.

Implementation

UserFeedbackReportResponse({
  this.daily = const [],
});