score property

  1. @JsonKey(name: 'score')
DestinyHistoricalStatsValue? score
getter/setter pair

Score of the player if available

Implementation

@JsonKey(name:'score')
DestinyHistoricalStatsValue? score;