progressTotal property

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

The total amount of progression points/"experience" you will need to initially reach this step. If this is the last step and the progression is repeating indefinitely (DestinyProgressionDefinition.repeatLastStep), this will also be the progress needed to level it up further by repeating this step again.

Implementation

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