levelCap property

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

This is the maximum possible level you can achieve for this progression (for example, the maximum character level obtainable)

Implementation

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