statCategory property
- @JsonKey(name: 'statCategory', fromJson: decodeDestinyStatCategory, toJson: encodeDestinyStatCategory)
getter/setter pair
The category of the stat, according to the game.
Implementation
@JsonKey(name:'statCategory',fromJson:decodeDestinyStatCategory,toJson:encodeDestinyStatCategory)
DestinyStatCategory? statCategory;