UserRating constructor
UserRating({})
Implementation
UserRating({
required this.level,
required this.isMaximumLevelReached,
required this.rating,
required this.currentLevelRating,
required this.nextLevelRating,
});