hash property

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

The unique identifier for this entity. Guaranteed to be unique for the type of entity, but not globally. When entities refer to each other in Destiny content, it is this hash that they are referring to.

Implementation

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