UserRatingReportResponse constructor
Returns a new UserRatingReportResponse instance.
Implementation
UserRatingReportResponse({
required this.average,
required this.count,
});
Returns a new UserRatingReportResponse instance.
UserRatingReportResponse({
required this.average,
required this.count,
});