levelCap property
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;
This is the maximum possible level you can achieve for this progression (for example, the maximum character level obtainable)
@JsonKey(name:'levelCap')
int? levelCap;