UserRating.fromJson constructor
Creates the UserRating object from a JSON map.
Implementation
factory UserRating.fromJson(Map<String, dynamic> json) =>
_$UserRatingFromJson(json);
Creates the UserRating object from a JSON map.
factory UserRating.fromJson(Map<String, dynamic> json) =>
_$UserRatingFromJson(json);