UserRating.fromJson constructor

UserRating.fromJson(
  1. Map<String, dynamic> json
)

Creates the UserRating object from a JSON map.

Implementation

factory UserRating.fromJson(Map<String, dynamic> json) =>
    _$UserRatingFromJson(json);