nextLevelRating property

  1. @JsonKey.new(name: 'next_level_rating')
int? get nextLevelRating
inherited

Optional. The rating value required to get to the next level; omitted if the maximum level was reached

Implementation

@JsonKey(name: 'next_level_rating')
int? get nextLevelRating;