scope property
- @JsonKey(name: 'scope', fromJson: decodeDestinyProgressionScope, toJson: encodeDestinyProgressionScope)
getter/setter pair
The "Scope" of the progression indicates the source of the progression's live data. See the DestinyProgressionScope enum for more info: but essentially, a Progression can either be backed by a stored value, or it can be a calculated derivative of other values.
Implementation
@JsonKey(name:'scope',fromJson:decodeDestinyProgressionScope,toJson:encodeDestinyProgressionScope)
DestinyProgressionScope? scope;