Rating.fromJson constructor

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

Implementation

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