UserFeedbackReport constructor
Returns a new UserFeedbackReport instance.
Implementation
UserFeedbackReport({
this.countByRating = const {},
required this.unreportedCount,
});
Returns a new UserFeedbackReport instance.
UserFeedbackReport({
this.countByRating = const {},
required this.unreportedCount,
});