currentProgress property
This is the total amount of progress obtained overall for this progression (for instance, the total amount of Character Level experience earned)
Implementation
@JsonKey(name:'currentProgress')
int? currentProgress;
This is the total amount of progress obtained overall for this progression (for instance, the total amount of Character Level experience earned)
@JsonKey(name:'currentProgress')
int? currentProgress;