seasonResets property

  1. @JsonKey(name: 'seasonResets')
List<DestinyProgressionResetEntry>? seasonResets
getter/setter pair

Information about historical resets of this progression, if there is any data for it.

Implementation

@JsonKey(name:'seasonResets')
List<DestinyProgressionResetEntry>? seasonResets;