emblemHash property

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

The identifier for the DestinyInventoryItemDefinition of the player's emblem.

Implementation

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