currentResetCount property

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

The number of resets of this progression you've executed this season, if applicable to this progression.

Implementation

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