statCategory property

  1. @JsonKey(name: 'statCategory', fromJson: decodeDestinyStatCategory, toJson: encodeDestinyStatCategory)
DestinyStatCategory? statCategory
getter/setter pair

The category of the stat, according to the game.

Implementation

@JsonKey(name:'statCategory',fromJson:decodeDestinyStatCategory,toJson:encodeDestinyStatCategory)
DestinyStatCategory? statCategory;