nextLevelRating property
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;
Optional. The rating value required to get to the next level; omitted if the maximum level was reached
@JsonKey(name: 'next_level_rating')
int? get nextLevelRating;