socketCategoryHash property

  1. @JsonKey(name: 'socketCategoryHash')
int? socketCategoryHash
getter/setter pair

The hash for the Socket Category: a quick way to go get the header display information for the category. Use it to look up DestinySocketCategoryDefinition info.

Implementation

@JsonKey(name:'socketCategoryHash')
int? socketCategoryHash;