nextLevel property

GamesPlayerLevelResource? nextLevel
getter/setter pair

The next level of the player.

If the current level is the maximum level, this should be same as the current level.

Implementation

GamesPlayerLevelResource? nextLevel;