rating property

  1. @JsonKey.new(name: 'rating')
int get rating
inherited

Numerical value of the user's rating; the higher the rating, the better

Implementation

@JsonKey(name: 'rating')
int get rating;