rating property
Numerical value of the user's rating; the higher the rating, the better
Implementation
@JsonKey(name: 'rating')
int get rating;
Numerical value of the user's rating; the higher the rating, the better
@JsonKey(name: 'rating')
int get rating;