loreHash property

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

If this group has an associated piece of lore to show next to it, this will be the identifier for that DestinyLoreDefinition.

Implementation

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