currentProgress property

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

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;