loreHash property
If the item has any related Lore (DestinyLoreDefinition), this will be the hash identifier you can use to look up the lore definition.
Implementation
@JsonKey(name:'loreHash')
int? loreHash;
If the item has any related Lore (DestinyLoreDefinition), this will be the hash identifier you can use to look up the lore definition.
@JsonKey(name:'loreHash')
int? loreHash;