emblemHash property

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

The hash of the currently equipped emblem for the user. Can be used to look up the DestinyInventoryItemDefinition.

Implementation

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