nextLevelAt property

  1. @JsonKey(name: 'nextLevelAt')
int? nextLevelAt
getter/setter pair

The total amount of progression (i.e. "Experience") needed in order to reach the next level.

Implementation

@JsonKey(name:'nextLevelAt')
int? nextLevelAt;